fix: update notification spacing

This commit is contained in:
kolaente 2022-04-24 17:09:03 +02:00
parent 89c81ae854
commit 49946b2766
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

@ -56,7 +56,7 @@ export default defineComponent({
display: flex; display: flex;
align-items: center; align-items: center;
background: $warning; background: $warning;
padding: 0 0 0 .5rem; padding: .25rem .5rem;
border-radius: $radius; border-radius: $radius;
font-size: .9rem; font-size: .9rem;
color: var(--grey-900); color: var(--grey-900);