aboutsummaryrefslogtreecommitdiff
path: root/viewer/src
diff options
context:
space:
mode:
authorZero~Informatique2020-06-16 18:39:04 +0200
committerZero~Informatique2020-06-19 21:47:52 +0200
commita053076d692be5e3698fe1a2c071d077cb4b6b73 (patch)
treed40923eb90fa3453b5fcefc96d6d2e9e15510ade /viewer/src
parente27f9a220fd8597266d52934bcb06dbe1681b338 (diff)
downloadldgallery-a053076d692be5e3698fe1a2c071d077cb4b6b73.tar.gz
viewer: removed deprecated, useless, css class
Diffstat (limited to 'viewer/src')
-rw-r--r--viewer/src/views/MainLayout.vue10
1 files changed, 0 insertions, 10 deletions
diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue
index bcd2249..a7af48c 100644
--- a/viewer/src/views/MainLayout.vue
+++ b/viewer/src/views/MainLayout.vue
@@ -156,15 +156,5 @@ html {
156 background-color: $content-bgcolor; 156 background-color: $content-bgcolor;
157 } 157 }
158} 158}
159
160// TODO: Remove when #21 (remove explicit navigation/search modes) is resolved
161// Forced at the bottom right corner so we can continue working on the sidebar without interference
162.tmp-mode-selector {
163 position: absolute;
164 bottom: 0;
165 right: 0;
166 z-index: 100;
167 opacity: 0.75;
168}
169// ===== 159// =====
170</style> 160</style>