fix settings entry width

remotes/origin/fix-10825
Jan-Christoph Borchardt 12 years ago
parent 4dca6d44d8
commit 4e209c635d
  1. 2
      core/css/apps.css

@ -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…
Cancel
Save