mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-03 20:36:57 +03:00
Separate the middle panel from the room list
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
fc4da3e3bf
commit
514e042eec
1 changed files with 5 additions and 0 deletions
|
@ -197,3 +197,8 @@ $progressbar-color: #000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Add a line to the right side of the left panel to distinguish it from the middle panel
|
||||||
|
.mx_LeftPanel {
|
||||||
|
border-right: 1px solid $tertiary-accent-color;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue