This commit is contained in:
parent
d1c82e203b
commit
a04ec6f847
@ -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;
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user