mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
fix content width for dark schema
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user