Improve detail view on small screens

This commit is contained in:
eikek
2022-02-25 22:47:49 +01:00
parent cab2fc7997
commit dcd8267d6e
45 changed files with 335 additions and 136 deletions

View File

@@ -261,6 +261,7 @@ viewTable2 texts model =
}
]
, rootClasses = "mb-4"
, sticky = True
}
, Html.map TableMsg (Comp.SourceTable.view2 texts.sourceTable model.sources)
, B.loadingDimmer
@@ -302,6 +303,7 @@ viewLinks2 texts flags _ source =
]
, end = []
, rootClasses = "mb-4"
, sticky = True
}
, p [ class "text-lg pt-2 opacity-75" ]
[ text texts.sourceInfoText
@@ -449,6 +451,7 @@ viewForm2 texts flags settings model =
else
[]
, rootClasses = "mb-4"
, sticky = True
}
, Html.map FormMsg
(Comp.SourceForm.view2 flags texts.sourceForm settings model.formModel)