Make the space status picture rounded to match the other icons

This commit is contained in:
Stefan Haun 2023-11-03 23:37:17 -05:00
parent d4e2974f79
commit 19a23dad4b

View file

@ -90,6 +90,13 @@ nav {
}
}
nav img.spacestatus {
border-radius: 5px;
padding: 0;
margin-left: 10px;
height: 30px;
}
/* ---- Responsive ---- */
@media (min-width: $break) {