Compare commits

...

2 Commits

Author SHA1 Message Date
itepechi a0d05af90d Make statuses' id part a flex container 2023-08-06 03:17:12 +09:00
itepechi b6235ac47f Adjust the spacings of alerts 2023-08-06 03:14:09 +09:00
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -141,6 +141,7 @@
} }
.nowrap { .nowrap {
display: flex;
white-space: nowrap; white-space: nowrap;
} }
} }