diff --git a/apps/common/main/resources/less/buttons.less b/apps/common/main/resources/less/buttons.less index 8d8e029ea2..68f8118066 100644 --- a/apps/common/main/resources/less/buttons.less +++ b/apps/common/main/resources/less/buttons.less @@ -586,11 +586,6 @@ // The clickable button for toggling the menu // Remove the gradient and set the same inset shadow as the :active state .btn-group { - .pixel-ratio__2_5 & { - display: flex; - align-items: center; - } - > .btn-toolbar { float: none; } diff --git a/apps/common/main/resources/less/header.less b/apps/common/main/resources/less/header.less index 09be4dfb85..c122bdaa77 100644 --- a/apps/common/main/resources/less/header.less +++ b/apps/common/main/resources/less/header.less @@ -37,6 +37,12 @@ width: auto; } } + .btn-group { + .pixel-ratio__2_5 & { + display: flex; + align-items: center; + } + } } .extra {