1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00

Fix status light layout

This commit is contained in:
Andrew Kingston 2022-04-25 15:35:35 +01:00
parent 4132b56a4a
commit 1d9e1564af

View file

@ -45,8 +45,10 @@
<style>
.spectrum-StatusLight {
display: grid;
place-items: center;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.custom::before {
background: var(--color) !important;