get rid of spurious hr

pull/21833/head
Michael Telatynski 2021-07-23 15:51:59 +01:00
parent 7ccc429bea
commit 1d1a396c1f
2 changed files with 0 additions and 13 deletions

View File

@ -332,12 +332,6 @@ $SpaceRoomViewInnerWidth: 428px;
word-wrap: break-word;
}
> hr {
border: none;
height: 1px;
background-color: $groupFilterPanel-bg-color;
}
.mx_SearchBox {
margin: 0 0 20px;
}
@ -514,12 +508,6 @@ $SpaceRoomViewInnerWidth: 428px;
margin-top: 18px;
margin-bottom: 12px;
> hr {
border: none;
border-top: 1px solid $input-border-color;
margin-bottom: 12px;
}
> div {
display: flex;
flex-direction: row;

View File

@ -428,7 +428,6 @@ const SpaceLanding = ({ space }) => {
</div>
) }
</RoomTopic>
<hr />
<SpaceHierarchy
space={space}