diff options
author | friendica <info@friendica.com> | 2014-04-19 21:22:45 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-19 21:22:45 -0700 |
commit | 167bf252c0f5d52e3928428406b80471bd2ed732 (patch) | |
tree | 4071746b3e2a9ff02d535f92960b7a4c4c1de96f | |
parent | 4bc3385e5e50fe03ba5fe9e82f0aa3505bcdbd68 (diff) | |
download | volse-hubzilla-167bf252c0f5d52e3928428406b80471bd2ed732.tar.gz volse-hubzilla-167bf252c0f5d52e3928428406b80471bd2ed732.tar.bz2 volse-hubzilla-167bf252c0f5d52e3928428406b80471bd2ed732.zip |
the comment input box is still a couple pixels off but this aligns the conversation a bit better on narrow screens.
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 03c17e0a4..ff3cec38c 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2331,11 +2331,11 @@ blockquote { .thread-wrapper .wall-item-comment-wrapper, .wall-item-content-wrapper.comment { - margin-left: 24px; + margin-left: 18px; } .hide-comments-outer { - margin-left: 24px; + margin-left: 18px; } .wall-item-photo { |