chore: styles + partial ordering
This commit is contained in:
parent
8179e5159d
commit
e673492f30
8 changed files with 16 additions and 8 deletions
9
src/assets/styles/components/youtube-player.css
Normal file
9
src/assets/styles/components/youtube-player.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
youtube-video {
|
||||
aspect-ratio: 16/9;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
||||
&:has(+ *) {
|
||||
margin-bottom: var(--spacing-base);
|
||||
}
|
||||
}
|
|
@ -38,3 +38,4 @@
|
|||
@import url("./components/paginator.css") layer(components);
|
||||
@import url("./components/progress-bar.css") layer(components);
|
||||
@import url("./components/theme-toggle.css") layer(components);
|
||||
@import url("./components/youtube-player.css") layer(components);
|
||||
|
|
Reference in a new issue