diff options
author | Mario <mario@mariovavti.com> | 2022-05-19 07:22:10 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-05-19 07:22:10 +0000 |
commit | 8928b24e2329df74801fbd61666693ae7719fb86 (patch) | |
tree | 07899630dc0365346943b7593f8cc614ad4b44a3 /view/theme/redbasic/schema | |
parent | ae9a9191f3e8f179ba38c9aad7ad6cee6603238e (diff) | |
download | volse-hubzilla-8928b24e2329df74801fbd61666693ae7719fb86.tar.gz volse-hubzilla-8928b24e2329df74801fbd61666693ae7719fb86.tar.bz2 volse-hubzilla-8928b24e2329df74801fbd61666693ae7719fb86.zip |
rendering fixes
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/Focus-Boxy.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/view/theme/redbasic/schema/Focus-Boxy.css b/view/theme/redbasic/schema/Focus-Boxy.css index 90fd51b02..1b09137a9 100644 --- a/view/theme/redbasic/schema/Focus-Boxy.css +++ b/view/theme/redbasic/schema/Focus-Boxy.css @@ -1,11 +1,16 @@ .comment .wall-item-body { - padding-left: 42px; + padding-left: 3rem; } -.wall-item-content-wrapper.comment { +.wall-item-content-wrapper { border-bottom: 1px solid rgba(0,0,0,.125); } +.hide-comments-outer, +.hide-comments-outer:hover { + border: 0; +} + .widget { border: 1px solid rgba(0,0,0,.125); } |