diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 79db034..2460a71 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2105,7 +2105,7 @@ a[title*="pawoo.net"]::after{ margin-right: calc(calc(50% - $converse_width) / 2); } } - @media screen and (min-width: $converse_width){ + @media screen and (min-width: $converse_widths){ .toplevel_item{ width: calc(50% - 16px); margin: 8px; diff --git a/view/theme/plusfuture/php/style.php b/view/theme/plusfuture/php/style.php index eb25eaf..fcbf3bc 100644 --- a/view/theme/plusfuture/php/style.php +++ b/view/theme/plusfuture/php/style.php @@ -103,6 +103,8 @@ if (! $shadow) $shadow = '0'; if (! $converse_width) $converse_width = ''; +if (! $converse_widths) + $converse_widths = $converse_width + $converse_width; if(! $top_photo) $top_photo = '3rem'; if(! $reply_photo)