diff options
author | Mario Vavti <mario@mariovavti.com> | 2023-02-10 21:08:49 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2023-02-10 21:08:49 +0100 |
commit | 2bfd18e6cdf229f39cd4c0bd191c874c0e75d5f0 (patch) | |
tree | a382ab7cfc2374b3393315e6fe91227a0dbabb3a /view/theme/redbasic/css | |
parent | 20658f3b4af64ce6695bcbbac35fabf51b42775e (diff) | |
download | volse-hubzilla-2bfd18e6cdf229f39cd4c0bd191c874c0e75d5f0.tar.gz volse-hubzilla-2bfd18e6cdf229f39cd4c0bd191c874c0e75d5f0.tar.bz2 volse-hubzilla-2bfd18e6cdf229f39cd4c0bd191c874c0e75d5f0.zip |
css fixes
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index bf7ea2a37..6675ebaf8 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -777,8 +777,7 @@ div.jGrowl div.jGrowl-notification { .dropdown-notification, .notification, .member-item { - line-height: 1.2em; - font-size: 0.75rem; + line-height: 1rem; overflow: hidden; text-overflow: ellipsis; display: block; @@ -1201,16 +1200,16 @@ img.mail-conv-sender-photo { } .menu-img-3 { - width: 2.7rem; - height: 2.7rem; + width: 3rem; + height: 3rem; margin-right: 5px; border-radius: var(--bs-border-radius); float: left; } .menu-img-2 { - height: 1.8rem; - width: 1.8rem; + height: 2rem; + width: 2rem; margin-right: 5px; border-radius: var(--bs-border-radius); float: left; |