mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
#9158 Fixed digital clock
This commit is contained in:
parent
ddee99b016
commit
6d1f03a633
@ -801,7 +801,7 @@ div.module-graph .gauge_d3_class {
|
||||
.visual-console-item .digital-clock {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
justify-content: space-evenly;
|
||||
justify-items: center;
|
||||
align-content: center;
|
||||
align-items: center;
|
||||
|
File diff suppressed because one or more lines are too long
@ -3,7 +3,7 @@
|
||||
.visual-console-item .digital-clock {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
justify-content: space-evenly;
|
||||
justify-items: center;
|
||||
align-content: center;
|
||||
align-items: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user