diff options
author | Mario <mario@mariovavti.com> | 2024-03-16 16:22:39 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-16 16:22:39 +0000 |
commit | ac4aa6a9ea8a22bddfdc70bbac165a104b12471d (patch) | |
tree | f58840d045216ffade3916b7237df171236a18f8 /view | |
parent | 732dbfd6f56510127405767ca86af240d3c85cf4 (diff) | |
download | volse-hubzilla-ac4aa6a9ea8a22bddfdc70bbac165a104b12471d.tar.gz volse-hubzilla-ac4aa6a9ea8a22bddfdc70bbac165a104b12471d.tar.bz2 volse-hubzilla-ac4aa6a9ea8a22bddfdc70bbac165a104b12471d.zip |
css fixes
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 | ||||
-rw-r--r-- | view/theme/redbasic/php/style.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 9b93e28ee..110137d70 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1141,8 +1141,8 @@ img.mail-conv-sender-photo { } .menu-img-2 { - height: 2.3rem; - width: 2.3rem; + height: 2.5rem; + width: 2.5rem; margin-right: .5rem; border-radius: var(--bs-border-radius); float: left; diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 056cea1cd..350f0c867 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -100,8 +100,8 @@ $background_image = $background_image ?: ''; $background_image_dark = $background_image_dark ?: ''; $font_size = $font_size ?: '0.875rem'; $converse_width = $converse_width ?: '52'; //unit: rem -$top_photo = $top_photo ?: '2.3rem'; -$reply_photo = $reply_photo ?: '2.3rem'; +$top_photo = $top_photo ?: '2.5rem'; +$reply_photo = $reply_photo ?: '2.5rem'; // Apply the settings if(file_exists('view/theme/redbasic/css/style.css')) { |