Skip to content

applets/weather: Move temperature label to the other side of the icon

In left-to-right languages, people read UIs from left to right, which means the most important information should be on the left. The temperature is clearly important because we also make it huge and bold. Let's acknowledge this visual importance by using layout position too.

This layout reverses correctly when using an RTL language.

Before After
Before After

@teams/vdg @iasensio

Merge request reports