Meta Data: Hotfix for the meta position in the round message (#5234)
This commit is contained in:
parent
a1923f203c
commit
1e8289c3ac
@ -85,8 +85,8 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1.875rem;
|
width: 1.875rem;
|
||||||
height: 1.3125rem;
|
height: 1.3125rem;
|
||||||
bottom: 1.625rem;
|
left: 0.1875rem;
|
||||||
right: 0.1875rem;
|
top: 1.6875rem;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
background: var(--pattern-color);
|
background: var(--pattern-color);
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|||||||
@ -930,12 +930,6 @@
|
|||||||
.Message:not(.own) & {
|
.Message:not(.own) & {
|
||||||
--hover-color: var(--color-reply-hover);
|
--hover-color: var(--color-reply-hover);
|
||||||
--active-color: var(--color-reply-active);
|
--active-color: var(--color-reply-active);
|
||||||
|
|
||||||
&.has-subheader {
|
|
||||||
.MessageMeta {
|
|
||||||
right: 5.6875rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.Message.own & {
|
.Message.own & {
|
||||||
@ -955,12 +949,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.has-subheader {
|
|
||||||
.RoundVideo .transcribe-button {
|
|
||||||
right: 0.8125rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user