[Feature] Allow padding for text #241
Replies: 3 comments 3 replies
-
You can fix that with custom css. I think an option to adjust that might be too granular. I can have a look at what css you could add to adjust it when I'm back behind a computer if you're not familiar with css styling. |
Beta Was this translation helpful? Give feedback.
-
Your setup looks pretty sweet btw! |
Beta Was this translation helpful? Give feedback.
-
All Kiosks elements use the font as a base, so if you bump up the That aside the below will push the clock, weather and metadata in proportionally. I've used rem here but you can change it px. 1 rem = 16px, 1.5rem = 24px, 2rem = 32px etc #clock,
#weather,
.image--metadata {
padding: 2rem;
} |
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
Allow, maybe in scaling or pixel count, a way to bring info text (date/time/weather) in a bit. I'm repurposing an digital frame with an old tablet, and it's juuuuuuust getting cut off.
I saw a discussion about the size of text, but not the padding from the edge.
Beta Was this translation helpful? Give feedback.
All reactions