Composer: Adjust button indents

This commit is contained in:
Alexander Zinchuk 2021-08-21 13:33:19 +03:00
parent 1a7cce4e42
commit 62c0c735ea

View File

@ -201,22 +201,24 @@
width: 3.5rem; width: 3.5rem;
height: 3.5rem; height: 3.5rem;
margin: 0; margin: 0;
padding: 0.625rem; padding: 0;
align-self: flex-end; align-self: flex-end;
+ .Button {
margin-left: -1rem;
}
@media (max-width: 600px) { @media (max-width: 600px) {
width: 2.875rem; width: 2.875rem;
height: 2.875rem; height: 2.875rem;
margin: 0 0.25rem;
}
+ .Button { + .Button {
margin-left: -.625rem; margin-left: -0.6875rem;
}
} }
&.bot-commands { &.bot-commands {
color: var(--color-primary) !important; color: var(--color-primary) !important;
padding-right: 0;
// SymbolMenu button should be accessible if BotCommandsMenu opened // SymbolMenu button should be accessible if BotCommandsMenu opened
body.is-touch-env &.activated + .Button.mobile-symbol-menu-button { body.is-touch-env &.activated + .Button.mobile-symbol-menu-button {