mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
fix room header margin issue with hidden back button
This commit is contained in:
parent
868b1a1045
commit
4783e03871
@ -364,8 +364,11 @@ a {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.RoomHeader > :not(:first-child) {
|
.RoomHeader > :not(:last-child) {
|
||||||
margin-left: 8px;
|
/* use margin-right because the first item,
|
||||||
|
button.back might be hidden and then we don't
|
||||||
|
want a margin-left on the second item*/
|
||||||
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.back {
|
button.back {
|
||||||
|
Loading…
Reference in New Issue
Block a user