[layout] update styles for weather and calendar (#3894)

This commit is contained in:
Veeck
2025-09-17 20:02:14 +02:00
committed by GitHub
parent e8868217a9
commit fbca0a0e55
6 changed files with 23 additions and 24 deletions

View File

@@ -252,3 +252,15 @@ sup {
.region .container.hidden {
display: none;
}
.region.left .flex {
justify-content: flex-start;
}
.region.center .flex {
justify-content: center;
}
.region.right .flex {
justify-content: flex-end;
}