mirror of
https://github.com/danog/telegram-tt.git
synced 2024-12-13 17:47:39 +01:00
Composer: Adjust button indents
This commit is contained in:
parent
1a7cce4e42
commit
62c0c735ea
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user