]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix settings entry width
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 23 Jul 2014 11:06:43 +0000 (13:06 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 23 Jul 2014 11:06:43 +0000 (13:06 +0200)
core/css/apps.css

index 3568ef484e236604be531d05c3b23d3186fb2492..6761677fb23e775f9494aef8c393b302be0de63c 100644 (file)
 /* 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 {