mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
fix sidebar boxshadow-border
This commit is contained in:
parent
8cb572f8fa
commit
cf9252b663
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ section {
|
||||||
align-self: start; // vertical
|
align-self: start; // vertical
|
||||||
justify-self: end; // horizontal
|
justify-self: end; // horizontal
|
||||||
background: $settings-nav-bg;
|
background: $settings-nav-bg;
|
||||||
border: $boxshadow_border;
|
border: $boxshadow-border;
|
||||||
box-shadow: $boxshadow;
|
box-shadow: $boxshadow;
|
||||||
border-radius: $br;
|
border-radius: $br;
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
|
|
Loading…
Reference in a new issue