mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 13:47:38 +02:00
web/Switcher: add a gap between items
This commit is contained in:
@ -47,6 +47,7 @@
|
||||
background: var(--button);
|
||||
box-shadow: var(--button-box-shadow);
|
||||
padding: var(--switcher-padding);
|
||||
gap: calc(var(--switcher-padding) - 1.5px);
|
||||
}
|
||||
|
||||
.switcher :global(.button.active) {
|
||||
|
@ -24,8 +24,8 @@
|
||||
</Switcher>
|
||||
</SettingsCategory>
|
||||
|
||||
<SettingsCategory
|
||||
sectionId="bitrate"
|
||||
<SettingsCategory
|
||||
sectionId="bitrate"
|
||||
title={$t("settings.audio.bitrate")}
|
||||
disabled={["wav", "best"].includes($settings.save.audioFormat)}
|
||||
>
|
||||
|
Reference in New Issue
Block a user