1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 18:25:58 +01:00

Fixed size for both present and unpresent button

To prevent size of menu to change when user click on present the unpresent button
This commit is contained in:
Alain Takoudjou 2020-12-03 14:01:48 +01:00 committed by Juliusz Chroboczek
parent 1a11548192
commit 29e98f4f37

View file

@ -658,7 +658,10 @@ h1 {
#presentbutton, #unpresentbutton {
white-space: nowrap;
margin-right: 0.4em;
margin-top: .1em;
font-size: 1.1em;
text-align: left;
width: 5.5em;
}
#videoselect {