From ac4aa6a9ea8a22bddfdc70bbac165a104b12471d Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 16 Mar 2024 16:22:39 +0000 Subject: css fixes --- view/theme/redbasic/css/style.css | 4 ++-- 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')) { -- cgit v1.2.3