summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-14 22:16:26 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-14 22:16:26 +0200
commit48c46240e4efb79cb4854b6792a7fe62f4eeaccd (patch)
tree8debd12854e5260bd3924326f98d34d79eceba6b /css
parentdf6487b2f82b275e9b0c9f0aad0f8618dc1135eb (diff)
make space for hamburger in compact view
Diffstat (limited to 'css')
-rw-r--r--css/content.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/css/content.css b/css/content.css
index 5fb665eb7..bdc85edbf 100644
--- a/css/content.css
+++ b/css/content.css
@@ -139,6 +139,10 @@
width: 20px;
}
+ #app-content .compact .util-spacer {
+ width: 45px;
+ }
+
#app-content .utils li {
line-height: 40px;
vertical-align: middle;
@@ -207,6 +211,7 @@
#app-content .feed-view .utils .title {
background: none !important;
+ padding-left: 0;
}
#app-content .utils .title h1 a {
@@ -255,7 +260,6 @@
color: #000;
}
#app-content .heading a:hover {
- color: #222;
text-decoration: underline;
}