1
0
Fork 0
mirror of synced 2024-09-15 08:47:37 +12:00

Fix status light layout

This commit is contained in:
Andrew Kingston 2022-04-25 15:35:35 +01:00
parent b9a2d96765
commit a2bb2aa631

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;