fix(ui): fix history css

This commit is contained in:
Łukasz Mierzwa
2022-02-22 09:55:33 +00:00
committed by Łukasz Mierzwa
parent 44af332081
commit 71e0c8981b

View File

@@ -11,8 +11,12 @@ svg.alert-history {
width: 100%;
vertical-align: bottom;
margin-left: 1px;
margin-right: 1px;
&:not(:first-child) {
margin-left: 1px;
}
&:not(:last-child) {
margin-right: 1px;
}
@for $i from 1 through 24 {
&:nth-of-type(#{$i}) > rect.fetching {