1
0
Fork 0
mirror of synced 2024-09-19 02:39: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> <style>
.spectrum-StatusLight { .spectrum-StatusLight {
display: grid; display: flex;
place-items: center; flex-direction: row;
justify-content: center;
align-items: center;
} }
.custom::before { .custom::before {
background: var(--color) !important; background: var(--color) !important;