Fix status light layout
This commit is contained in:
parent
4132b56a4a
commit
1d9e1564af
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue