diff options
Diffstat (limited to 'viewer/src/views/MainLayout.vue')
-rw-r--r-- | viewer/src/views/MainLayout.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue index 2dd7a57..80778f6 100644 --- a/viewer/src/views/MainLayout.vue +++ b/viewer/src/views/MainLayout.vue | |||
@@ -106,7 +106,7 @@ html { | |||
106 | } | 106 | } |
107 | .layout { | 107 | .layout { |
108 | position: fixed; | 108 | position: fixed; |
109 | transition: all 0.1s linear; | 109 | transition: all $transition-flex-expand linear; |
110 | top: 0; | 110 | top: 0; |
111 | bottom: 0; | 111 | bottom: 0; |
112 | left: 0; | 112 | left: 0; |