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 bottom of grid card
This commit is contained in:
parent
55a24378da
commit
01ab79a208
1 changed files with 1 additions and 2 deletions
|
|
@ -49,8 +49,7 @@
|
|||
max-width: 425px;
|
||||
/* height: max-content; */
|
||||
box-shadow: var(--shadow-s);
|
||||
border-top-left-radius: var(--radius-m);
|
||||
border-top-right-radius: var(--radius-m);
|
||||
border-radius: var(--radius-m);
|
||||
}
|
||||
|
||||
.vault-explorer-grid-card--interactive:hover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue