diff options
author | Mario <mario@mariovavti.com> | 2024-06-27 08:27:54 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-06-27 08:27:54 +0000 |
commit | 7028e075350e9f1d16bcd6b9785f573937aa8f8c (patch) | |
tree | eb03113a2517238de88b4be10bd1cb25733d3d23 | |
parent | 6666bdfda9bfa0ff547334195201c1d71e074520 (diff) | |
download | volse-hubzilla-7028e075350e9f1d16bcd6b9785f573937aa8f8c.tar.gz volse-hubzilla-7028e075350e9f1d16bcd6b9785f573937aa8f8c.tar.bz2 volse-hubzilla-7028e075350e9f1d16bcd6b9785f573937aa8f8c.zip |
adjust right margin of profile images
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 53d164482..2de40d671 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -781,7 +781,7 @@ nav .acpopup { .shared_header img { border-radius: var(--bs-border-radius); - margin-right: .75rem; + margin-right: .5rem; } .tag1 { |