aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2021-12-03 15:13:57 +0100
committerMario Vavti <mario@mariovavti.com>2021-12-03 15:13:57 +0100
commit42d4cdcc39ad97d45353eab3cc3ec131375af062 (patch)
tree99fa75ae1fc1a7385cd5dd3e306c675a062c7378
parent7483adb8ad6e7bdeb08b32a1adf5d84ad3b53d14 (diff)
parentfd433b3eb6d18e64b9a0ff4d3f09d762dafe7078 (diff)
downloadvolse-hubzilla-42d4cdcc39ad97d45353eab3cc3ec131375af062.tar.gz
volse-hubzilla-42d4cdcc39ad97d45353eab3cc3ec131375af062.tar.bz2
volse-hubzilla-42d4cdcc39ad97d45353eab3cc3ec131375af062.zip
Merge branch 'dev'
-rw-r--r--view/theme/redbasic/css/style.css2
-rw-r--r--view/theme/redbasic/php/style.php4
-rw-r--r--view/theme/redbasic/schema/dark.php2
3 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 16a7624f8..ac5b6a80a 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -43,7 +43,7 @@ aside#right_aside_wrapper {
main {
margin-left: auto;
margin-right: auto;
- max-width: $main_widthpx;
+ max-width: $main_widthrem;
}
#overlay {
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index a405abea0..9b8ac455a 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 = '1270'; //unit: rem
+ $converse_width = '52'; //unit: rem
if(! $top_photo)
$top_photo = '2.3rem';
if(! $reply_photo)
@@ -126,7 +126,7 @@ if(file_exists('view/theme/redbasic/css/style.css')) {
$main_width = $left_aside_width + $right_aside_width + intval($converse_width);
// prevent main_width smaller than 768px
- $main_width = (($main_width < 768) ? 768 : $main_width);
+ $main_width = (($main_width < 30) ? 30 : $main_width);
$options = array (
'$nav_bg' => $nav_bg,
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php
index 9bab32a2a..18e92ac93 100644
--- a/view/theme/redbasic/schema/dark.php
+++ b/view/theme/redbasic/schema/dark.php
@@ -35,7 +35,7 @@
if (! $font_colour)
$font_colour = "#ccc";
if (! $converse_width)
- $converse_width = '1270'; //unit: rem;
+ $converse_width = '52'; //unit: rem;