mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
adjust padding / design of layout toggle
This commit is contained in:
@@ -294,7 +294,7 @@ export const AppMenu = () => {
|
|||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
component: (
|
component: (
|
||||||
<Group gap="xs" grow w="100%">
|
<Group gap="xs" grow pb="xs" pt="sm" px="xs" w="100%">
|
||||||
<ActionIcon
|
<ActionIcon
|
||||||
icon="layoutPanelRight"
|
icon="layoutPanelRight"
|
||||||
iconProps={{
|
iconProps={{
|
||||||
@@ -310,7 +310,9 @@ export const AppMenu = () => {
|
|||||||
position: 'bottom',
|
position: 'bottom',
|
||||||
}}
|
}}
|
||||||
variant={
|
variant={
|
||||||
settings.sideQueueLayout === 'horizontal' ? 'light' : 'default'
|
settings.sideQueueLayout === 'horizontal'
|
||||||
|
? 'default'
|
||||||
|
: 'transparent'
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<ActionIcon
|
<ActionIcon
|
||||||
@@ -328,7 +330,9 @@ export const AppMenu = () => {
|
|||||||
position: 'bottom',
|
position: 'bottom',
|
||||||
}}
|
}}
|
||||||
variant={
|
variant={
|
||||||
settings.sideQueueLayout === 'vertical' ? 'light' : 'default'
|
settings.sideQueueLayout === 'vertical'
|
||||||
|
? 'default'
|
||||||
|
: 'transparent'
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</Group>
|
</Group>
|
||||||
|
|||||||
Reference in New Issue
Block a user