mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
feat(ui): decrease padding in tabs
This commit is contained in:
parent
53e9d60738
commit
951d05637f
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ DROPDOWN
|
|||
}
|
||||
|
||||
.ant-tabs-tab {
|
||||
padding: var(--content-padding);
|
||||
padding: 0.7rem;
|
||||
background-color: transparent;
|
||||
border-radius: var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;
|
||||
font-weight: 600;
|
||||
|
|
Loading…
Reference in a new issue