mirror of
https://github.com/danog/telegram-tt.git
synced 2024-12-04 02:28:03 +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: '';
|
content: '';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: var(--meta-safe-area-size);
|
width: var(--meta-safe-area-size);
|
||||||
height: 0.5rem;
|
height: 0.75rem;
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -72,6 +72,10 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: -.5rem !important;
|
bottom: -.5rem !important;
|
||||||
|
margin-top: -.25rem;
|
||||||
|
&:not([dir=rtl]) {
|
||||||
|
margin-top: -1.25rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -248,7 +252,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.File + .text-content {
|
.File + .text-content {
|
||||||
margin-top: .313rem;
|
margin-top: .3125rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -587,6 +591,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.forwarded-message {
|
.forwarded-message {
|
||||||
|
.message-content.poll & {
|
||||||
|
// MessageOutgoingStatus's icon needs more space
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.message-content:not(.custom-shape) & {
|
.message-content:not(.custom-shape) & {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 0.25rem;
|
margin-top: 0.25rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user