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