add blurred, blended avatar background to left panel

This commit is contained in:
Bruno Windels 2020-06-30 13:02:52 +02:00
parent c0a9af945c
commit 6fc4be386a
6 changed files with 30 additions and 3 deletions

View file

@ -48,6 +48,7 @@ $tagPanelWidth: 70px; // only applies in this file, used for calculations
// panel, such as the menu options, breadcrumbs, filtering, etc
.mx_LeftPanel2_roomListContainer {
width: calc(100% - $tagPanelWidth);
background-color: $roomlist2-bg-color;
// Create another flexbox (this time a column) for the room list components
display: flex;

View file

@ -55,7 +55,8 @@ limitations under the License.
z-index: 2; // Prioritize headers in the visible list over sticky ones
// Set the same background color as the room list for sticky headers
background-color: $roomlist2-bg-color;
// TODO: ask why we need this
// background-color: $roomlist2-bg-color;
// Create a flexbox to make ordering easy
display: flex;