diff options
author | Mario <mario@mariovavti.com> | 2023-05-05 17:46:53 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-05-05 17:46:53 +0000 |
commit | 21cd8d31d7f1b53d8100d9247f5548460d3b2d38 (patch) | |
tree | 42a45671c0e46a45959081a8dbad6ca304072739 | |
parent | d649b4df2801c78cf4db9563e22e8debab5b5019 (diff) | |
download | volse-hubzilla-21cd8d31d7f1b53d8100d9247f5548460d3b2d38.tar.gz volse-hubzilla-21cd8d31d7f1b53d8100d9247f5548460d3b2d38.tar.bz2 volse-hubzilla-21cd8d31d7f1b53d8100d9247f5548460d3b2d38.zip |
css fix
-rw-r--r-- | view/theme/redbasic/schema/Focus-Boxy.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/schema/Focus-Boxy.css b/view/theme/redbasic/schema/Focus-Boxy.css index e9fa0381d..e5f3280f6 100644 --- a/view/theme/redbasic/schema/Focus-Boxy.css +++ b/view/theme/redbasic/schema/Focus-Boxy.css @@ -1,5 +1,5 @@ .comment .wall-item-body { - padding-left: 3rem; + padding-left: 2.8rem; } .wall-item-content-wrapper.comment { |