diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 25922cb39..92e0ee12d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2277,4 +2277,20 @@ blockquote { main.region_1-on { left: 0px; } + + .thread-wrapper.toplevel_item { + width: 100%; + } + + .thread-wrapper .wall-item-comment-wrapper, .wall-item-content-wrapper.comment { + margin-left: 24px; + } + + .wall-item-info { + margin-right: 10px; + } + + .hide-comments-outer { + margin-left: 24px; + } } |