mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
add additional configuration to player sidebar
- allow reordering of panels - allow separation between lyrics and visualizer panels - allow resize of panels
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
transition: opacity 0.2s ease-in-out;
|
||||
|
||||
@@ -18,6 +19,20 @@
|
||||
&:focus-within {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
:global(> *),
|
||||
:global(> * > *),
|
||||
:global(div) {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
:global(button),
|
||||
:global(input),
|
||||
:global([role='button']),
|
||||
:global([role='combobox']),
|
||||
:global([role='textbox']) {
|
||||
pointer-events: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.lyrics-container {
|
||||
|
||||
Reference in New Issue
Block a user