Usability fixes for new room header (#11729)
* Usability fixes for new room header * lintfix * Apply padding to both heading and topic * lintfix * comment clarity * Remove title attr
This commit is contained in:
parent
e5a3b6c390
commit
ac32d45bcd
11 changed files with 76 additions and 60 deletions
|
@ -57,6 +57,7 @@ $dialog-backdrop-color: var(--sidebar-color-50pct);
|
|||
|
||||
/* --roomlist-background-color */
|
||||
$header-panel-bg-color: var(--roomlist-background-color);
|
||||
$header-panel-bg-hover: var(--cpd-color-gray-200);
|
||||
$panel-gradient: var(--roomlist-background-color-0pct), var(--roomlist-background-color);
|
||||
/* these were #f2f5f8 instead of #f3f8fd, but close enough */
|
||||
$dark-panel-bg-color: var(--roomlist-background-color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue