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 @@ */