mirror of https://github.com/vector-im/riot-web
Separate the middle panel from the room list
Signed-off-by: Travis Ralston <travpc@gmail.com>pull/6194/head
parent
fc4da3e3bf
commit
514e042eec
|
@ -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 New Issue