[Feature] customizeable date/time position #101
Replies: 3 comments 3 replies
-
Hey. I'm currently implementing two features that style the UI (layouts and themes) so I think adding such granular options to the UI positions might get a little complicated. I have thought about adding a custom css option though. Just have to think of the best way to implement it! |
Beta Was this translation helpful? Give feedback.
-
Custom CSS design is my PASSION * {
border: 1px solid red;
color: orange;
background-color: blue;
box-sizing: border-box;
}
.frame {
display: none;
} |
Beta Was this translation helpful? Give feedback.
-
On a related note, the screenshots show the time on the bottom but it appears on the top for me … is am I missing something config wise to have it on the bottom, or is that a custom css thing? |
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
It would be great, if the position of time, date, location, etc would be customizeable (like top left, top right, bottom left, bottom right). I use this awsome tool to view my images in an iframe within MagicMirror. I prefer this variant over the immich module because of the background blur tbh.
In my configuration there are other modules shown in the lower right corner which are overlapping with the time/date/location info provided by immich-kiosk.
Another great improvement (for me) would be changing the order of time/date to date/time
or maybe an option to add a custom.css?
Greetings,
Alex
Beta Was this translation helpful? Give feedback.
All reactions