Adjust the spacings of alerts

This commit is contained in:
itepechi 2023-08-06 03:12:33 +09:00
parent 30f3a14c30
commit b6235ac47f
1 changed files with 3 additions and 2 deletions

View File

@ -665,8 +665,9 @@ option {
}
.alert {
margin: 0 0.35em;
padding: 0 0.25em;
line-height: 1;
margin: 0 0.5em;
padding: 0 0.35em;
border-radius: $fallback--tooltipRadius;
border-radius: var(--tooltipRadius, $fallback--tooltipRadius);