summaryrefslogtreecommitdiffstats
path: root/css/items.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/items.css')
-rw-r--r--css/items.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/css/items.css b/css/items.css
index b99d07789..19abdf909 100644
--- a/css/items.css
+++ b/css/items.css
@@ -204,7 +204,13 @@
max-width: 770px;
font-size: 14px;
clear: both;
- overflow: auto;
+ overflow-x: auto;
+ /*overflow-y: hidden;
+ height: 80px;*/
+ }
+
+ .feed_item .body.opened {
+
}
.feed_item .body p {