Fix: #794 SCSSのプリコンパイル警告 (#799)

This commit is contained in:
KMY(雪あすか) 2024-08-17 09:40:44 +09:00 committed by GitHub
parent f14c2d3ada
commit f0acd992c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5183,8 +5183,10 @@ a.status-card {
&__menu {
@include search-popout;
padding: 0;
background: $ui-secondary-color;
& {
padding: 0;
background: $ui-secondary-color;
}
}
&__menu-list {