This commit is contained in:
syuilo
2020-07-04 21:19:12 +09:00
parent acc88825fc
commit cb41391bae
2 changed files with 6 additions and 5 deletions

View File

@ -279,11 +279,12 @@ hr {
position: relative;
background: var(--panel);
border-radius: var(--radius);
}
._panel {
box-shadow: 0 1px 0 0 var(--divider), 0 -1px 0 0 var(--divider);
border-radius: none;
}
._widget ._list_ ._panel {
box-shadow: 0 1px 0 0 var(--divider), 0 -1px 0 0 var(--divider);
border-radius: 0;
margin: 0 !important;
}
.__panelButton {