mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-21 10:42:33 +00:00
fix(ui): set filetree tablist height to 48px with centered content
This commit is contained in:
parent
b4e0cdbe8e
commit
3862b1aeda
1 changed files with 3 additions and 1 deletions
|
|
@ -266,8 +266,10 @@
|
|||
|
||||
&[data-variant="pill"][data-orientation="horizontal"][data-scope="filetree"] {
|
||||
[data-slot="tabs-list"] {
|
||||
padding: 12px;
|
||||
height: 48px;
|
||||
padding-inline: 12px;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
[data-slot="tabs-trigger-wrapper"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue