From fb23eb858c59418dff595ba5f0c6deb20a3d4486 Mon Sep 17 00:00:00 2001 From: harukin Date: Fri, 23 Nov 2018 13:23:35 +0900 Subject: [PATCH] =?UTF-8?q?=E6=A8=AA=E3=81=AE=E6=8C=87=E5=AE=9A=E9=96=8B?= =?UTF-8?q?=E5=A7=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/theme/plusfuture/css/style.css | 1 + view/theme/plusfuture/php/style.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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)