diff options
author | Mario <mario@mariovavti.com> | 2024-03-17 22:22:33 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-17 22:22:33 +0100 |
commit | 14f3b72c82adbd75e96c77494f534a641c31405b (patch) | |
tree | 3df87fe436f2f4c47940842e3d81b6a1985ad381 /view/theme/redbasic/php/style.php | |
parent | b05845f495e7561eddf2ad5b0c9325649f5289af (diff) | |
parent | 937b6d360e7f37e89102eaa7421acb61bc856c99 (diff) | |
download | volse-hubzilla-14f3b72c82adbd75e96c77494f534a641c31405b.tar.gz volse-hubzilla-14f3b72c82adbd75e96c77494f534a641c31405b.tar.bz2 volse-hubzilla-14f3b72c82adbd75e96c77494f534a641c31405b.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 056cea1cd..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.3rem'; -$reply_photo = $reply_photo ?: '2.3rem'; +$top_photo = $top_photo ?: '2.9rem'; +$reply_photo = $reply_photo ?: '2.9rem'; // Apply the settings if(file_exists('view/theme/redbasic/css/style.css')) { |