feat(app/view): improve cloudnes icons filter

This commit is contained in:
2024-07-26 11:37:10 +03:00
parent 848b6bd9ba
commit f711b2d77b
5 changed files with 58 additions and 24 deletions

View File

@@ -49,7 +49,15 @@ td {
background: rgba(0, 128, 255, 0.2);
}
.cloudness {
vertical-align: top;
}
.cloudness .icon {
font-size: 1rem;
}
.cloudness .icon:first-child {
font-size: 2rem;
}