mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +02:00
increase popover default padding
This commit is contained in:
@@ -327,7 +327,7 @@ export const PlayerConfig = () => {
|
|||||||
variant="subtle"
|
variant="subtle"
|
||||||
/>
|
/>
|
||||||
</Popover.Target>
|
</Popover.Target>
|
||||||
<Popover.Dropdown p="md">
|
<Popover.Dropdown>
|
||||||
<ListConfigTable options={options} />
|
<ListConfigTable options={options} />
|
||||||
</Popover.Dropdown>
|
</Popover.Dropdown>
|
||||||
</Popover>
|
</Popover>
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
.dropdown {
|
.dropdown {
|
||||||
padding: var(--theme-spacing-xs);
|
padding: var(--theme-spacing-lg);
|
||||||
color: var(--theme-colors-foreground);
|
color: var(--theme-colors-foreground);
|
||||||
background: var(--theme-colors-background);
|
background: var(--theme-colors-background);
|
||||||
border: 1px solid var(--theme-colors-border);
|
border: 1px solid var(--theme-colors-border);
|
||||||
|
border-radius: var(--theme-radius-xl);
|
||||||
filter: drop-shadow(0 0 5px rgb(0 0 0 / 50%));
|
filter: drop-shadow(0 0 5px rgb(0 0 0 / 50%));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user