mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-22 05:11:55 +01:00
Message / Comment Button: Fix position for custom shape (#1080)
This commit is contained in:
parent
60ad273775
commit
0cbb3203a7
@ -340,6 +340,18 @@
|
||||
.message-content.custom-shape {
|
||||
line-height: 1.2;
|
||||
font-size: 10rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: flex-end;
|
||||
|
||||
&.has-comments {
|
||||
min-height: 5.25rem;
|
||||
margin-top: 0 !important;
|
||||
|
||||
&.has-replies {
|
||||
min-height: 6.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
&.is-reply {
|
||||
max-width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user