Separate the middle panel from the room list

Signed-off-by: Travis Ralston <travpc@gmail.com>
pull/6194/head
Travis Ralston 2018-02-16 14:53:52 -07:00 committed by GitHub
parent fc4da3e3bf
commit 514e042eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}