fix settings entry width
This commit is contained in:
parent
4dca6d44d8
commit
4e209c635d
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@
|
|||
/* settings area */
|
||||
#app-settings {
|
||||
position: fixed;
|
||||
width: 249px;
|
||||
width: 250px; /* change to 100% when layout positions are absolute */
|
||||
bottom: 0;
|
||||
}
|
||||
#app-settings.opened #app-settings-content {
|
||||
|
|
Loading…
Reference in a new issue