From eaa9337adbfa6cdfed96472ce46ef5860d2c75bc Mon Sep 17 00:00:00 2001 From: Pieter Verschaffelt Date: Tue, 6 Jul 2021 09:29:08 +0200 Subject: [PATCH] Fix layout of updated snackbar --- src/App.vue | 40 +++++++++++++--------------------------- 1 file changed, 13 insertions(+), 27 deletions(-) diff --git a/src/App.vue b/src/App.vue index 7b816a9d..f2a85aca 100644 --- a/src/App.vue +++ b/src/App.vue @@ -53,11 +53,15 @@ - - {{ updateMessage }} - Dismiss - Exit app - +
+ +
+ {{ updateMessage }} + Dismiss + Exit app +
+
+
@@ -278,6 +282,10 @@ export default class App extends Vue implements ErrorListener { display: block; } + .updated-snackbar-container .v-snack__wrapper { + max-width: none; + } + .v-content__wrap .container--fluid { padding-top: 0 !important; padding-bottom: 0 !important; @@ -295,26 +303,4 @@ export default class App extends Vue implements ErrorListener { transition: none !important; } - // .container-after-titlebar .v-app-bar { - // margin-top: 30px !important; - // } - - // .container-after-titlebar .v-navigation-drawer { - // top: 30px !important; - // } - - // .container-after-titlebar { - // top: 0 !important; - // position: static !important; - // margin-top: 30px !important; - // } - - // .container-after-titlebar .v-content__wrap { - // max-height: 100vh; - // } - - // .container-after-titlebar .v-content__wrap > .container { - // height: 100%; - // overflow-y: scroll; - // }