diff --git a/client/src/styles/partials/bdsettings/button.scss b/client/src/styles/partials/bdsettings/button.scss index f617e1d0..84f60112 100644 --- a/client/src/styles/partials/bdsettings/button.scss +++ b/client/src/styles/partials/bdsettings/button.scss @@ -13,6 +13,10 @@ top: 27px; } + .platform-linux & { + top: 0; + } + .bd-settings-button-btn { background-image: $logoSmallBw; background-size: 50% 50%; diff --git a/client/src/ui/components/BdSettingsWrapper.vue b/client/src/ui/components/BdSettingsWrapper.vue index 36234d34..0aab5cc4 100644 --- a/client/src/ui/components/BdSettingsWrapper.vue +++ b/client/src/ui/components/BdSettingsWrapper.vue @@ -10,7 +10,7 @@