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:
parent
5beb13b21a
commit
b736958e68
1 changed files with 0 additions and 1 deletions
|
@ -750,7 +750,6 @@ h1 {
|
|||
margin-top: .1em;
|
||||
font-size: 1.1em;
|
||||
text-align: left;
|
||||
width: 5.8em;
|
||||
}
|
||||
|
||||
#videoselect {
|
||||
|
|
Loading…
Reference in a new issue