aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-16 19:39:48 +0000
committerMario <mario@mariovavti.com>2024-03-16 19:40:57 +0000
commit68d989c79e98cd4b72d6f66df4aad0ee0fc95716 (patch)
tree111b15f52179a15600a80bd2d803bd31059d8cf9 /view/theme/redbasic/php/style.php
parentac4aa6a9ea8a22bddfdc70bbac165a104b12471d (diff)
downloadvolse-hubzilla-68d989c79e98cd4b72d6f66df4aad0ee0fc95716.tar.gz
volse-hubzilla-68d989c79e98cd4b72d6f66df4aad0ee0fc95716.tar.bz2
volse-hubzilla-68d989c79e98cd4b72d6f66df4aad0ee0fc95716.zip
slightly adjust text sizing
(cherry picked from commit 9600789d6be3fc3e8ed0803f1d80d5dbf0dd4779)
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r--view/theme/redbasic/php/style.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 350f0c867..63d3b4bf9 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.5rem';
-$reply_photo = $reply_photo ?: '2.5rem';
+$top_photo = $top_photo ?: '2.9rem';
+$reply_photo = $reply_photo ?: '2.9rem';
// Apply the settings
if(file_exists('view/theme/redbasic/css/style.css')) {