html.e music player styling

This commit is contained in:
Til Schmitter 2026-05-15 19:52:51 +02:00
parent 01e7cef25d
commit e363e5986a

View file

@ -2994,8 +2994,6 @@ html.c .modalcontent {
right: 0;
margin: .3em;
color: var(--fg);
box-shadow: 0 0 .3em var(--mp-sh);
border: 1px solid var(--bg-u3);
height: 1.8em;
aspect-ratio: 1 / 1;
text-align: center;
@ -4405,6 +4403,13 @@ html.e .modalcontent {
html.e .divider {
background: var(--fg);
}
html.e #s_nav .sub::before {
background: var(--fg);
}
html.e #h_music {
right: 0;
color: #fff;
}
html.e details[open] summary:hover,
html.e #files,
html.e .tgl.btn.on:hover,