横の指定開始

This commit is contained in:
harukin 2018-11-23 13:23:35 +09:00
parent 338c65b223
commit fb23eb858c
2 changed files with 2 additions and 1 deletions

View File

@ -2080,6 +2080,7 @@ a[title*="pawoo.net"]::after{
.toplevel_item{ .toplevel_item{
width: 100%; width: 100%;
max-width: $converse_width;
} }
@media screen and (min-width: 993px) { @media screen and (min-width: 993px) {
.region_3-on{ .region_3-on{

View File

@ -102,7 +102,7 @@ if (! $radius)
if (! $shadow) if (! $shadow)
$shadow = '0'; $shadow = '0';
if (! $converse_width) if (! $converse_width)
$converse_width = '790'; $converse_width = '';
if(! $top_photo) if(! $top_photo)
$top_photo = '3rem'; $top_photo = '3rem';
if(! $reply_photo) if(! $reply_photo)