ui: Station Control masonry layout — pack cards into balanced columns
flex-wrap with fixed-width cards started each new row below the TALLEST card of the previous row, leaving big gaps under short panels (e.g. the amplifier alone on a second line). Switch the dashboard to balanced CSS columns (column-width 430px, break-inside-avoid): cards flow top-to-bottom and pack tightly by height. "Auto" fits as many columns as the window allows; 1-4 cap the column count via the container max-width. Grip-drag reorder unchanged. Changelog 0.21.1.
This commit is contained in:
+4
-2
@@ -4,11 +4,13 @@
|
||||
"date": "2026-07-24",
|
||||
"en": [
|
||||
"Fixed the colour theme sometimes reverting to the default when reopening OpsLog — it's now restored reliably.",
|
||||
"ADIF export field picker: the per-group All / None buttons work again."
|
||||
"ADIF export field picker: the per-group All / None buttons work again.",
|
||||
"Station Control: cards now pack tightly into balanced columns instead of leaving big gaps under shorter panels — a cleaner, more even dashboard."
|
||||
],
|
||||
"fr": [
|
||||
"Correction du thème qui revenait parfois au défaut à la réouverture d'OpsLog — il est maintenant restauré de façon fiable.",
|
||||
"Sélecteur de champs à l'export ADIF : les boutons Tout / Aucun par groupe refonctionnent."
|
||||
"Sélecteur de champs à l'export ADIF : les boutons Tout / Aucun par groupe refonctionnent.",
|
||||
"Station Control : les cartes se rangent en colonnes équilibrées et se tassent au lieu de laisser de gros trous sous les panneaux plus courts — tableau de bord plus propre et régulier."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user