Tweak header divider line
This commit is contained in:
parent
7bad8d594d
commit
1359ac62cb
2 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue