Tweak header divider line

This commit is contained in:
J. Ryan Stinnett 2019-02-13 10:52:03 +00:00
parent 7bad8d594d
commit 1359ac62cb
2 changed files with 3 additions and 1 deletions

View file

@ -21,7 +21,7 @@ limitations under the License.
.mx_HeaderButtons::before {
content: "";
background-color: $header-divider-color;
margin: 2px 20px 5px 15px ;
margin: 0 15px;
border-radius: 2px;
width: 2px;
}

View file

@ -86,6 +86,8 @@ $composer-button-color: $header-panel-text-primary-color;
$roomtopic-color: $text-secondary-color;
$eventtile-meta-color: $roomtopic-color;
$header-divider-color: $header-panel-border-color;
$roomtile-name-color: $header-panel-text-primary-color;
$roomtile-selected-color: $text-primary-color;
$roomtile-notified-color: $text-primary-color;