1
Fork 0

Make (un)present button width dynamic

The present and unpresent button width is fixed to 5.8em. This is
problematic as the content might need more space. By removing the width
attribute, the element takes the width it requires.
This commit is contained in:
Alexandre Iooss 2021-08-28 18:51:46 +02:00
parent 5beb13b21a
commit b736958e68
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 0 additions and 1 deletions

View File

@ -750,7 +750,6 @@ h1 {
margin-top: .1em;
font-size: 1.1em;
text-align: left;
width: 5.8em;
}
#videoselect {