aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2021-12-03 14:54:47 +0100
committerMario Vavti <mario@mariovavti.com>2021-12-03 14:54:47 +0100
commit45fd462f804f7f293ebfb2be706522f511b34818 (patch)
tree8ed2e426299b61eb9dde67cf491142cdee60733c /view
parent60b145833c5c07898363d51838a942b876f60c3c (diff)
downloadvolse-hubzilla-45fd462f804f7f293ebfb2be706522f511b34818.tar.gz
volse-hubzilla-45fd462f804f7f293ebfb2be706522f511b34818.tar.bz2
volse-hubzilla-45fd462f804f7f293ebfb2be706522f511b34818.zip
fix content width for dark schema
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/php/style.php2
-rw-r--r--view/theme/redbasic/schema/dark.php6
2 files changed, 4 insertions, 4 deletions
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 @@
<?php
-
+
if (! $nav_bg)
$nav_bg = "#000";
if (! $nav_gradient_top)
@@ -35,7 +35,7 @@
if (! $font_colour)
$font_colour = "#ccc";
if (! $converse_width)
- $converse_width = "1024";
-
+ $converse_width = '1270'; //unit: rem;
+