mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
Fix replies on the bubble layout
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
248a758ad6
commit
8e7a60a612
@ -171,8 +171,6 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_ReplyThread {
|
.mx_ReplyThread {
|
||||||
margin: 0 calc(-1 * var(--gutterSize));
|
|
||||||
|
|
||||||
.mx_EventTile_reply {
|
.mx_EventTile_reply {
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -206,11 +204,6 @@ limitations under the License.
|
|||||||
margin-left: -9px;
|
margin-left: -9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ReplyThread {
|
|
||||||
border-left-width: 2px;
|
|
||||||
border-left-color: $eventbubble-reply-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.mx_EventTile_bubbleContainer,
|
&.mx_EventTile_bubbleContainer,
|
||||||
&.mx_EventTile_info,
|
&.mx_EventTile_info,
|
||||||
& ~ .mx_EventListSummary[data-expanded=false] {
|
& ~ .mx_EventListSummary[data-expanded=false] {
|
||||||
|
Loading…
Reference in New Issue
Block a user