This commit is contained in:
harukin 2018-11-23 14:53:46 +09:00
parent d1c82e203b
commit a04ec6f847
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -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)