add divider between tabs and regular buttons in room header

This commit is contained in:
Bruno Windels 2019-02-12 20:04:24 +01:00
parent c2247cdc67
commit ccaa017980
5 changed files with 32 additions and 2 deletions

View file

@ -143,6 +143,7 @@ $roomtopic-color: #9fa9ba;
$eventtile-meta-color: $roomtopic-color;
$composer-e2e-icon-color: #c9ced6;
$header-divider-color: #e6eaee;
// ********************

View file

@ -136,7 +136,7 @@ $roomtopic-color: $settings-grey-fg-color;
$eventtile-meta-color: $roomtopic-color;
$composer-e2e-icon-color: #c9ced6;
$header-divider-color: #e6eaee;
// ********************
$roomtile-name-color: rgba(69, 69, 69, 0.8);