[Feature] clock location #660
Replies: 3 comments
-
|
Most of those areas already have UI elements, so I don’t think this is something I’ll be adding. If it is something you really want you can use custom CSS to move the clock. |
Beta Was this translation helpful? Give feedback.
-
|
My skills are not allowing me yet to manage css for this solution and funny thing is that my old google screen i cast to this dashboard has screen defect exactly where clock is located. would highly value such feature. It could be something as simple as choosing out of few options, e.g. flip additional data boxes positions vertically or flip horizontally. |
Beta Was this translation helpful? Give feedback.
-
|
If you are seeking to move the clock to the right corner you can use this: #clock-weather-container div:first-child {
order: 2;
}
.clock--date,
.clock--time {
text-align: right;
padding-right: 0;
}
/* if you using the fade theme */
.clock--theme-fade::before {
transform: scale(-1, 1);
} |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
Add the ability to choose where the clock is displayed. It’s currently in the top left and in some pictures that goes over people’s faces. I would like it to be in the bottom left instead. Maybe allow 9 different choices.
Top left
Top middle
Top right
Center left
Center middle
Center right
Bottom left
Bottom middle
Bottom right
Beta Was this translation helpful? Give feedback.
All reactions