update styles for header, removed unused container query

This commit is contained in:
suroh 2023-10-12 11:52:53 +02:00
parent b5a7d83885
commit 475e7ec9a2
2 changed files with 1 additions and 8 deletions

View File

@ -38,7 +38,7 @@ class Header extends LitElement {
static styles = [ css`${unsafeCSS(MainCSS)}`, css`
header {
padding-inline: 0.5em;
padding-block-end: 0.5em;
padding-block: 0.5em;
}
header > div {

View File

@ -309,13 +309,6 @@ class ModularPlayer extends LitElement {
}
}
@container (min-width: 800px) {
header h2 {
color: pink;
background: red;
}
}
.player:has(.waveform) {
display: flex;
flex-direction: column;