diff options
author | Mario <mario@mariovavti.com> | 2023-07-04 11:19:04 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-07-04 11:19:04 +0000 |
commit | 342460fa17b1358f3377366739d3e6311448fe03 (patch) | |
tree | 9a20363eb0582c572975e79be804a870c01ecc1d /view/theme | |
parent | e57211fbd10079a860c8d6b7c5f71efb297134bb (diff) | |
download | volse-hubzilla-342460fa17b1358f3377366739d3e6311448fe03.tar.gz volse-hubzilla-342460fa17b1358f3377366739d3e6311448fe03.tar.bz2 volse-hubzilla-342460fa17b1358f3377366739d3e6311448fe03.zip |
css fixes
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 4ba65c112..658a3cf6e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1019,14 +1019,10 @@ img.mail-conv-sender-photo { .wall-item-content-wrapper { background-color: var(--bs-tertiary-bg); - border-top-right-radius: var(--bs-border-radius); - border-top-left-radius: var(--bs-border-radius); } .wall-item-content-wrapper.comment { background-color: var(--bs-body-bg); - border-top-right-radius: 0px; - border-top-left-radius: 0px; } .hide-comments-outer { @@ -1203,6 +1199,7 @@ img.mail-conv-sender-photo { } .generic-content-wrapper { + background-color: var(--bs-body-bg); border: 1px solid var(--bs-border-color); border-radius: var(--bs-border-radius); margin-bottom: 1.5rem; |