ironbar: add tray css
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-06-19 06:33:23 -04:00
parent a7e11d7a0c
commit a51372ad2a
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -146,3 +146,14 @@ $crust: #11111b;
.uptime {
padding-left: 0.8rem;
}
.tray {
padding-left: 0.8rem;
padding-right: 0.4rem;
.popup {
background-color: $base;
border-radius: 8px;
border: 1px solid $sapphire;
padding: 0.2rem;
}
}