mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 20:47:06 +08:00
[scaling] Fix styles for btn-group
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
@ -37,6 +37,12 @@
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
.btn-group {
|
||||
.pixel-ratio__2_5 & {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.extra {
|
||||
|
||||
Reference in New Issue
Block a user