Skip to content

Commit

Permalink
web/{rightpanel,roomlist}: realign side headers with room view header
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 8, 2024
1 parent 3e460da commit 1056a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/ui/rightpanel/RightPanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ div.right-panel {
overflow: hidden;

> div.right-panel-header {
height: 3rem;
height: 3.5rem;
border-bottom: 1px solid var(--border-color);
box-sizing: border-box;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion web/src/ui/roomlist/RoomList.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ div.room-search-wrapper {
width: 100%;
display: flex;
align-items: center;
height: 3rem;
height: 3.5rem;
background-color: var(--room-list-search-background-overlay);

> input {
Expand Down

0 comments on commit 1056a31

Please sign in to comment.