1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-30 07:06:41 +07:00

fixed node related item hoverable border radius

This commit is contained in:
Fedor Katurov 2022-12-20 15:35:39 +06:00
parent 0dd006d397
commit 1d7c09aa7b
2 changed files with 5 additions and 1 deletions
src/components/node/NodeRelated

View file

@ -42,3 +42,7 @@
}
}
}
.item {
border-radius: $radius;
}