Merge pull request #6194 from turt2live/patch-1

Separate the middle panel from the room list
This commit is contained in:
Matthew Hodgson 2018-02-16 22:22:32 +00:00 committed by GitHub
commit c3e34e5f05
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;
}