nova-trame 0.12.1__py3-none-any.whl → 0.13.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- nova/trame/view/theme/theme.py +4 -4
- {nova_trame-0.12.1.dist-info → nova_trame-0.13.0.dist-info}/METADATA +2 -2
- {nova_trame-0.12.1.dist-info → nova_trame-0.13.0.dist-info}/RECORD +6 -6
- {nova_trame-0.12.1.dist-info → nova_trame-0.13.0.dist-info}/WHEEL +1 -1
- {nova_trame-0.12.1.dist-info → nova_trame-0.13.0.dist-info}/LICENSE +0 -0
- {nova_trame-0.12.1.dist-info → nova_trame-0.13.0.dist-info}/entry_points.txt +0 -0
nova/trame/view/theme/theme.py
CHANGED
@@ -220,11 +220,11 @@ class ThemedApp:
|
|
220
220
|
|
221
221
|
with vuetify.VMain(classes="align-stretch d-flex flex-column h-screen"):
|
222
222
|
# [slot override example]
|
223
|
-
layout.pre_content = vuetify.VSheet(classes="bg-background")
|
223
|
+
layout.pre_content = vuetify.VSheet(classes="bg-background ")
|
224
224
|
# [slot override example complete]
|
225
|
-
with vuetify.VContainer(classes="overflow-hidden
|
226
|
-
layout.content =
|
227
|
-
layout.post_content = vuetify.VSheet(classes="bg-background")
|
225
|
+
with vuetify.VContainer(classes="flex-1-1 overflow-hidden pt-0 pb-0", fluid=True):
|
226
|
+
layout.content = html.Div(classes="h-100 overflow-y-auto pb-1 ")
|
227
|
+
layout.post_content = vuetify.VSheet(classes="bg-background ")
|
228
228
|
|
229
229
|
with vuetify.VFooter(
|
230
230
|
app=True,
|
@@ -14,11 +14,11 @@ nova/trame/view/theme/__init__.py,sha256=70_marDlTigIcPEOGiJb2JTs-8b2sGM5SlY7XBP
|
|
14
14
|
nova/trame/view/theme/assets/core_style.scss,sha256=AktysiiCYLeiTzCTtYwkksiUVmqb4S23RlDcW8L1ebI,518
|
15
15
|
nova/trame/view/theme/assets/favicon.png,sha256=Xbp1nUmhcBDeObjsebEbEAraPDZ_M163M_ZLtm5AbQc,1927
|
16
16
|
nova/trame/view/theme/assets/vuetify_config.json,sha256=7WGV6rO7hv2sapGsX9yy1d-dINshYFXRNX99D9I3dKQ,4780
|
17
|
-
nova/trame/view/theme/theme.py,sha256
|
17
|
+
nova/trame/view/theme/theme.py,sha256=-5lq8u34eQ9j1bMeB5b63BiAdpi92WI2o-fJKcrwl3o,11401
|
18
18
|
nova/trame/view/utilities/local_storage.py,sha256=vD8f2VZIpxhIKjZwEaD7siiPCTZO4cw9AfhwdawwYLY,3218
|
19
19
|
nova/trame/view_model/remote_file_input.py,sha256=WHWCQkZBGeKLe1aTPbtVNI8tn-PDt64mi1-561uuBpQ,3320
|
20
|
-
nova_trame-0.
|
21
|
-
nova_trame-0.
|
22
|
-
nova_trame-0.
|
23
|
-
nova_trame-0.
|
24
|
-
nova_trame-0.
|
20
|
+
nova_trame-0.13.0.dist-info/LICENSE,sha256=MOqZ8tPMKy8ZETJ2-HEvFTZ7dYNlg3gXmBkV-Y9i8bw,1061
|
21
|
+
nova_trame-0.13.0.dist-info/METADATA,sha256=-GVryWnueQOZPAIrod-MvKmdmoPaZAEdC0uDQWW67yM,1240
|
22
|
+
nova_trame-0.13.0.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
|
23
|
+
nova_trame-0.13.0.dist-info/entry_points.txt,sha256=J2AmeSwiTYZ4ZqHHp9HO6v4MaYQTTBPbNh6WtoqOT58,42
|
24
|
+
nova_trame-0.13.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|