mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Issue with date aligment in clock.js
In reference to issue #927. Made changes to clock.js and clock_styles.css to prevent aligment problem when displaying analog clock and large calendar entries
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.clockCircle {
|
||||
margin: 0 auto;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
border-radius: 50%;
|
||||
background-size: 100%;
|
||||
|
Reference in New Issue
Block a user