Meta Data: Hotfix for the meta position in the round message (#5234)

This commit is contained in:
Alexander Zinchuk 2024-11-27 20:33:51 +04:00
parent a1923f203c
commit 1e8289c3ac
2 changed files with 2 additions and 14 deletions

View File

@ -85,8 +85,8 @@
position: absolute;
width: 1.875rem;
height: 1.3125rem;
bottom: 1.625rem;
right: 0.1875rem;
left: 0.1875rem;
top: 1.6875rem;
border-radius: 0.5rem;
background: var(--pattern-color);
&:hover {

View File

@ -930,12 +930,6 @@
.Message:not(.own) & {
--hover-color: var(--color-reply-hover);
--active-color: var(--color-reply-active);
&.has-subheader {
.MessageMeta {
right: 5.6875rem;
}
}
}
.Message.own & {
@ -955,12 +949,6 @@
}
}
}
&.has-subheader {
.RoundVideo .transcribe-button {
right: 0.8125rem;
}
}
}
}