fix(aerospace.toml): increase accordion padding from 30 to 60 for better visual spacing in the UI

This commit is contained in:
David Ibia
2024-08-11 19:00:17 +01:00
parent ea5b1b8221
commit 14b4ecbb33

View File

@@ -24,7 +24,7 @@ enable-normalization-opposite-orientation-for-nested-containers = true
# See: https://nikitabobko.github.io/AeroSpace/guide#layouts
# The 'accordion-padding' specifies the size of accordion padding
# You can set 0 to disable the padding feature
accordion-padding = 30
accordion-padding = 60
# Possible values: tiles|accordion
default-root-container-layout = 'tiles'