fix(ui): set filetree tablist height to 48px with centered content
parent
b4e0cdbe8e
commit
3862b1aeda
|
|
@ -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…
Reference in New Issue