[scaling] Fix styles for btn-group

This commit is contained in:
JuliaSvinareva
2023-04-11 20:04:06 +03:00
parent 04324a2275
commit 38d9a316ac
2 changed files with 6 additions and 5 deletions

View File

@ -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;
}

View File

@ -37,6 +37,12 @@
width: auto;
}
}
.btn-group {
.pixel-ratio__2_5 & {
display: flex;
align-items: center;
}
}
}
.extra {