mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
feat: add border radius to tabs
This commit is contained in:
parent
424a67a130
commit
f7470a3cc3
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@
|
|||
.vault-explorer-tab {
|
||||
padding: 4px 6px;
|
||||
white-space: nowrap;
|
||||
border-radius: var(--radius-s);
|
||||
}
|
||||
|
||||
.vault-explorer-tab:focus-visible {
|
||||
|
|
|
|||
Loading…
Reference in a new issue