横の指定開始
This commit is contained in:
parent
338c65b223
commit
fb23eb858c
@ -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{
|
||||||
|
@ -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)
|
||||||
|
Reference in New Issue
Block a user