From 45fd462f804f7f293ebfb2be706522f511b34818 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 3 Dec 2021 14:54:47 +0100 Subject: fix content width for dark schema --- view/theme/redbasic/php/style.php | 2 +- view/theme/redbasic/schema/dark.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 6ba0d569e..a405abea0 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -101,7 +101,7 @@ if (! $radius) if (! $shadow) $shadow = '0'; if (! $converse_width) - $converse_width = '1250'; //unit: rem + $converse_width = '1270'; //unit: rem if(! $top_photo) $top_photo = '2.3rem'; if(! $reply_photo) diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index af4b122f1..9bab32a2a 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -1,5 +1,5 @@