update styles for header, removed unused container query
This commit is contained in:
parent
b5a7d83885
commit
475e7ec9a2
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue