summaryrefslogtreecommitdiffstats
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
parentdf6487b2f82b275e9b0c9f0aad0f8618dc1135eb (diff)
make space for hamburger in compact view
-rw-r--r--css/content.css6
-rw-r--r--templates/part.content.php2
2 files changed, 6 insertions, 2 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;
}
diff --git a/templates/part.content.php b/templates/part.content.php
index 924c6496a..9968e07e1 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -17,7 +17,7 @@
<div class="utils" ng-click="Content.toggleItem(item)">
<ul>
- <li class="util-spacer only-in-expanded"></li>
+ <li class="util-spacer"></li>
<li class="title only-in-compact"
title="{{ item.title }}"
ng-style="{ backgroundImage: 'url(' + Content.getFeed(item.feedId).faviconLink + ')'}">