fix sidebar boxshadow-border

This commit is contained in:
f0x 2022-09-16 19:08:53 +02:00
parent 8cb572f8fa
commit cf9252b663

View file

@ -70,7 +70,7 @@ section {
align-self: start; // vertical
justify-self: end; // horizontal
background: $settings-nav-bg;
border: $boxshadow_border;
border: $boxshadow-border;
box-shadow: $boxshadow;
border-radius: $br;
border-top-right-radius: 0;