修复图标的一些css问题

This commit is contained in:
wurou 2022-10-13 17:09:06 +08:00
parent 2db90ca1ff
commit d8bfbe4380
2 changed files with 1 additions and 1 deletions

View File

@ -108,6 +108,7 @@ export class BrightnessSlider extends LitElement {
text-rendering: optimizelegibility;
font-weight: 500;
color: var(--icon-color-lm);
z-index: 1;
}
@media screen and (min-width: 300px) {

View File

@ -86,7 +86,6 @@ export class IconControlBarGroup extends LitElement {
height: inherit;
background: inherit;
border-radius: inherit;
opacity: inherit;
}
.icon-only > div {