mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
Fix replies to deleted messages
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
6645036780
commit
0fe10e4502
@ -20,6 +20,8 @@ limitations under the License.
|
||||
padding-left: 20px;
|
||||
position: relative;
|
||||
|
||||
line-height: 2.2rem;
|
||||
|
||||
&::before {
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
@ -30,7 +32,7 @@ limitations under the License.
|
||||
mask-size: contain;
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
top: 4px;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
@ -25,7 +25,8 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_ReplyTile > a {
|
||||
display: block;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-decoration: none;
|
||||
color: $primary-fg-color;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user