unify tabs fixes for panels

This commit is contained in:
Henry Jameson 2024-03-25 16:29:24 +02:00
commit 4852f5b833
3 changed files with 10 additions and 10 deletions

View file

@ -3,6 +3,11 @@
--__panel-background: var(--background);
--__panel-backdrop-filter: var(--backdrop-filter);
.tab-switcher .tabs {
background: var(--__panel-background);
backdrop-filter: var(--__panel-backdrop-filter);
}
position: relative;
display: flex;
flex-direction: column;
@ -34,6 +39,11 @@
background: var(--background);
backdrop-filter: var(--__panel-backdrop-filter);
.tab-switcher .tabs {
background: none;
backdrop-filter: none;
}
&:empty::before {
content: "¯\\_(ツ)_/¯"; // Could use words but it'd require translations
display: block;