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

View File

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