css fixes

This commit is contained in:
Mario
2024-03-16 16:22:39 +00:00
parent 732dbfd6f5
commit ac4aa6a9ea
2 changed files with 4 additions and 4 deletions

View File

@@ -1141,8 +1141,8 @@ img.mail-conv-sender-photo {
} }
.menu-img-2 { .menu-img-2 {
height: 2.3rem; height: 2.5rem;
width: 2.3rem; width: 2.5rem;
margin-right: .5rem; margin-right: .5rem;
border-radius: var(--bs-border-radius); border-radius: var(--bs-border-radius);
float: left; float: left;

View File

@@ -100,8 +100,8 @@ $background_image = $background_image ?: '';
$background_image_dark = $background_image_dark ?: ''; $background_image_dark = $background_image_dark ?: '';
$font_size = $font_size ?: '0.875rem'; $font_size = $font_size ?: '0.875rem';
$converse_width = $converse_width ?: '52'; //unit: rem $converse_width = $converse_width ?: '52'; //unit: rem
$top_photo = $top_photo ?: '2.3rem'; $top_photo = $top_photo ?: '2.5rem';
$reply_photo = $reply_photo ?: '2.3rem'; $reply_photo = $reply_photo ?: '2.5rem';
// Apply the settings // Apply the settings
if(file_exists('view/theme/redbasic/css/style.css')) { if(file_exists('view/theme/redbasic/css/style.css')) {