Skip to content
Snippets Groups Projects
Commit 21639514 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

reduce width of app sidebar a bit

parent 2b1a7a76
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
/* Navigation: folder like structure */
#app-navigation {
width: 300px;
width: 230px;
height: 100%;
float: left;
-moz-box-sizing: border-box; box-sizing: border-box;
......@@ -175,7 +175,7 @@
/* settings area */
#app-settings {
position: fixed;
width: 299px;
width: 229px;
bottom: 0;
border-top: 1px solid #ccc;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment