🐛 Fixed the border-radius not working in Muse & Mist theme.

This commit is contained in:
凡梦星尘 2022-09-11 23:18:28 +08:00
parent 39058e897d
commit e79234935b

View File

@ -1,7 +1,7 @@
.sidebar-card-widget {
background: var(--content-bg-color);
border-radius: $border-radius;
@if ($scheme == 'Pisces') or ($scheme == 'Gemini'){
border-radius: $border-radius;
box-shadow: $box-shadow;
}
box-sizing: border-box;