aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-16 16:23:32 +0000
committerMario <mario@mariovavti.com>2024-03-16 16:23:32 +0000
commitbaa12b74975c09fdf3c257baea1de71949cb4dcb (patch)
tree689570eb39a4a7697088c9dbff8d135eb7af3126
parent5860abf46f862149bb67d17c7f4b66ac34b98389 (diff)
parentac4aa6a9ea8a22bddfdc70bbac165a104b12471d (diff)
downloadvolse-hubzilla-baa12b74975c09fdf3c257baea1de71949cb4dcb.tar.gz
volse-hubzilla-baa12b74975c09fdf3c257baea1de71949cb4dcb.tar.bz2
volse-hubzilla-baa12b74975c09fdf3c257baea1de71949cb4dcb.zip
Merge branch 'dev' into 9.0RC
-rw-r--r--view/theme/redbasic/css/style.css4
-rw-r--r--view/theme/redbasic/php/style.php4
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')) {