1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 02:05:59 +01:00

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

View file

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