fix settings entry width

This commit is contained in:
Jan-Christoph Borchardt 2014-07-23 13:06:43 +02:00
parent 4dca6d44d8
commit 4e209c635d

View File

@ -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 {