aboutsummaryrefslogtreecommitdiff
path: root/viewer
diff options
context:
space:
mode:
authorZero~Informatique2020-01-29 06:18:46 +0100
committerNotkea2020-01-29 21:59:12 +0100
commitbb50cd8e6c7643f696a9ae038a207d1c98ef0b14 (patch)
treec8165ccb1cc9ec3f3ff6a0d6e9d47be2c4572c55 /viewer
parenta5850bf8f2b2eb3cb9949c7855a7631b96f99249 (diff)
downloadldgallery-bb50cd8e6c7643f696a9ae038a207d1c98ef0b14.tar.gz
viewer: fixed the body's background color (it was white, and could be seen during fullscreen resize animation)
Diffstat (limited to 'viewer')
-rw-r--r--viewer/src/views/MainLayout.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue
index de6f8af..1528e64 100644
--- a/viewer/src/views/MainLayout.vue
+++ b/viewer/src/views/MainLayout.vue
@@ -70,6 +70,7 @@ body,
70html { 70html {
71 height: 100%; 71 height: 100%;
72 overflow: hidden; 72 overflow: hidden;
73 background-color: $content-bgcolor;
73 --layout-top: #{$layout-top}; 74 --layout-top: #{$layout-top};
74 --layout-left: #{$layout-left}; 75 --layout-left: #{$layout-left};
75} 76}