mirror of
https://github.com/danog/telegram-tt.git
synced 2024-12-13 01:27:37 +01:00
Composer: Adjust button indents
This commit is contained in:
parent
1a7cce4e42
commit
62c0c735ea
@ -201,22 +201,24 @@
|
||||
width: 3.5rem;
|
||||
height: 3.5rem;
|
||||
margin: 0;
|
||||
padding: 0.625rem;
|
||||
padding: 0;
|
||||
align-self: flex-end;
|
||||
|
||||
+ .Button {
|
||||
margin-left: -1rem;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
width: 2.875rem;
|
||||
height: 2.875rem;
|
||||
margin: 0 0.25rem;
|
||||
}
|
||||
|
||||
+ .Button {
|
||||
margin-left: -.625rem;
|
||||
+ .Button {
|
||||
margin-left: -0.6875rem;
|
||||
}
|
||||
}
|
||||
|
||||
&.bot-commands {
|
||||
color: var(--color-primary) !important;
|
||||
padding-right: 0;
|
||||
|
||||
// SymbolMenu button should be accessible if BotCommandsMenu opened
|
||||
body.is-touch-env &.activated + .Button.mobile-symbol-menu-button {
|
||||
|
Loading…
Reference in New Issue
Block a user