mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/{rightpanel,roomlist}: realign side headers with room view header
This commit is contained in:
parent
3e460da67d
commit
1056a319bd
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ div.right-panel {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
> div.right-panel-header {
|
> div.right-panel-header {
|
||||||
height: 3rem;
|
height: 3.5rem;
|
||||||
border-bottom: 1px solid var(--border-color);
|
border-bottom: 1px solid var(--border-color);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -19,7 +19,7 @@ div.room-search-wrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 3rem;
|
height: 3.5rem;
|
||||||
background-color: var(--room-list-search-background-overlay);
|
background-color: var(--room-list-search-background-overlay);
|
||||||
|
|
||||||
> input {
|
> input {
|
||||||
|
|
Loading…
Add table
Reference in a new issue