fix content width for dark schema

This commit is contained in:
Mario Vavti
2021-12-03 14:54:47 +01:00
parent 60b145833c
commit 45fd462f80
2 changed files with 4 additions and 4 deletions

View File

@@ -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)

View File

@@ -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;