From 12b291cf0b425c5951952df4f11048ec7d85da4f Mon Sep 17 00:00:00 2001 From: Jiiks Date: Wed, 28 Nov 2018 09:22:29 +0200 Subject: [PATCH] Temp online plugins, local content body scroller --- .../partials/bdsettings/contentview.scss | 10 +++- client/src/ui/components/bd/PluginsView.vue | 53 +++++++++++++++---- client/src/ui/components/bd/ThemesView.vue | 8 +-- 3 files changed, 57 insertions(+), 14 deletions(-) diff --git a/client/src/styles/partials/bdsettings/contentview.scss b/client/src/styles/partials/bdsettings/contentview.scss index 76224c57..4f14f420 100644 --- a/client/src/styles/partials/bdsettings/contentview.scss +++ b/client/src/styles/partials/bdsettings/contentview.scss @@ -1,6 +1,13 @@ .bd-pluginsview, .bd-themesview { - .bd-onlinePh { + .bd-localPh { + .bd-scroller { + padding: 0 20px 0 0; + } + } + + .bd-onlinePh, + .bd-localPh { display: flex; flex-direction: column; margin: 10px 0; @@ -25,7 +32,6 @@ .bd-scroller { padding: 0 20px 0 0; } - } h3 { diff --git a/client/src/ui/components/bd/PluginsView.vue b/client/src/ui/components/bd/PluginsView.vue index 2acef51f..16226dbb 100644 --- a/client/src/ui/components/bd/PluginsView.vue +++ b/client/src/ui/components/bd/PluginsView.vue @@ -9,7 +9,7 @@ */