summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-11 22:05:36 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-11 22:05:36 +0200
commitc27dab7c808f38135e5b3ed9b8dfac47fc073452 (patch)
treec4102ccd3167599232e1a16ca659cf23e4dfac61 /css
parentac653d89d9cd4c47b211f50d2b8a1a501db2d31d (diff)
add collection 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 ca0e84869..8c4e560f4 100644
--- a/css/content.css
+++ b/css/content.css
@@ -65,7 +65,7 @@
width: 100%;
line-height: 52px;
box-sizing: border-box;
- padding: 40px 50px 0 15px;
+ padding: 30px 50px 0 15px;
}
#app-content .compact .utils {
@@ -141,6 +141,10 @@
background-repeat: no-repeat;
}
+ #app-content .feed-view .utils .title {
+ background: none !important;
+ }
+
#app-content .utils .title h1 {
text-overflow: ellipsis;
white-space: nowrap;