fix(blossom & onepunch): fix layoutresizer (#1089)

This commit is contained in:
darkthemer 2024-06-30 23:40:43 +08:00 committed by GitHub
parent 4374224156
commit ece3d30d05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 22 additions and 0 deletions

View File

@ -10,6 +10,18 @@
--panel-gap: 0;
}
.LayoutResizer__inline-end {
inset-inline-end: 8px;
}
.LayoutResizer__inline-start {
inset-inline-start: 8px;
}
.LayoutResizer__resize-bar {
width: 8px;
}
/* SEARCH */
.main-yourEpisodes-episodeCard {
background-color: red;

View File

@ -570,6 +570,7 @@ input {
/* ylx */
.Root {
--panel-gap: 0 !important;
overflow: hidden;
}
.spotify__container--is-desktop .Root__top-container {
padding-top: 32px !important;
@ -613,3 +614,12 @@ input {
.main-yourLibraryX-filterArea {
background-color: var(--spice-sidebar);
}
.LayoutResizer__inline-end {
inset-inline-end: 8px;
}
.LayoutResizer__inline-start {
inset-inline-start: 8px;
}
.LayoutResizer__resize-bar {
width: 8px;
}