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`
|
static styles = [ css`${unsafeCSS(MainCSS)}`, css`
|
||||||
header {
|
header {
|
||||||
padding-inline: 0.5em;
|
padding-inline: 0.5em;
|
||||||
padding-block-end: 0.5em;
|
padding-block: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
header > div {
|
header > div {
|
||||||
|
|
|
@ -309,13 +309,6 @@ class ModularPlayer extends LitElement {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@container (min-width: 800px) {
|
|
||||||
header h2 {
|
|
||||||
color: pink;
|
|
||||||
background: red;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.player:has(.waveform) {
|
.player:has(.waveform) {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue