mirror of
https://github.com/danog/telegram-tt.git
synced 2024-12-03 10:07:55 +01:00
Message: Layout fixes for documents and forwarded web pages (#1228)
This commit is contained in:
parent
b003fc0a2d
commit
52fb063d8b
@ -75,7 +75,8 @@
|
||||
content: '';
|
||||
display: inline-block;
|
||||
width: var(--meta-safe-area-size);
|
||||
height: 0.5rem;
|
||||
height: 0.75rem;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -72,6 +72,10 @@
|
||||
position: relative;
|
||||
top: auto;
|
||||
bottom: -.5rem !important;
|
||||
margin-top: -.25rem;
|
||||
&:not([dir=rtl]) {
|
||||
margin-top: -1.25rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -248,7 +252,7 @@
|
||||
}
|
||||
|
||||
.File + .text-content {
|
||||
margin-top: .313rem;
|
||||
margin-top: .3125rem;
|
||||
}
|
||||
}
|
||||
|
||||
@ -587,6 +591,11 @@
|
||||
}
|
||||
|
||||
.forwarded-message {
|
||||
.message-content.poll & {
|
||||
// MessageOutgoingStatus's icon needs more space
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.message-content:not(.custom-shape) & {
|
||||
position: relative;
|
||||
margin-top: 0.25rem;
|
||||
|
Loading…
Reference in New Issue
Block a user