Separate the middle panel from the room list

Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
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

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