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:
parent
1a11548192
commit
29e98f4f37
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue