-
Notifications
You must be signed in to change notification settings - Fork 0
Feature Tab Alignment
tempus2016 edited this page Jun 24, 2026
·
1 revision
Control how the tabs are distributed along the bar.
Config key: align (top-level) · Values: start (default) · center · end · justify
type: custom:tabdeck-card
align: justify # start | center | end | justify
style: pill
tabs: [ ... ]| Value | Result |
|---|---|
start |
Tabs packed at the start (default). |
center |
Tabs centred in the bar. |
end |
Tabs packed at the end. |
justify |
Tabs stretch to share the full width equally. |


- Works with every bar style and position. For vertical (
left/right) bars it distributes the tabs along the column. - With a scrollable bar that overflows, alignment has no visible effect (the bar scrolls instead).
- Pick it from the Tab alignment dropdown in the visual editor.
Concepts
Features