diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 47e17ea..28dd17b 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2080,6 +2080,7 @@ a[title*="pawoo.net"]::after{ .toplevel_item{ width: 100%; + max-width: $converse_width; } @media screen and (min-width: 993px) { .region_3-on{ diff --git a/view/theme/plusfuture/php/style.php b/view/theme/plusfuture/php/style.php index 6585027..eb25eaf 100644 --- a/view/theme/plusfuture/php/style.php +++ b/view/theme/plusfuture/php/style.php @@ -102,7 +102,7 @@ if (! $radius) if (! $shadow) $shadow = '0'; if (! $converse_width) - $converse_width = '790'; + $converse_width = ''; if(! $top_photo) $top_photo = '3rem'; if(! $reply_photo)