File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,12 +28,6 @@ Please see LICENSE files in the repository root for full details.
2828 --collapsedWidth : 68 px ;
2929}
3030
31- .mx_LeftPanel_newRoomList {
32- /* Thew new rooms list is not designed to be collapsed to just icons. */
33- /* 224 + 68(spaces bar) was deemed by design to be a good minimum for the left panel. */
34- --collapsedWidth : 224 px ;
35- }
36-
3731.mx_LeftPanel_wrapper {
3832 display : flex;
3933 flex-direction : row;
@@ -246,3 +240,10 @@ Please see LICENSE files in the repository root for full details.
246240 }
247241 }
248242}
243+
244+ .mx_LeftPanel_newRoomList {
245+ /* Thew new rooms list is not designed to be collapsed to just icons. */
246+ /* 224 + 68(spaces bar) was deemed by design to be a good minimum for the left panel. */
247+ --collapsedWidth : 224 px ;
248+ background-color : var (--cpd-color-bg-canvas-default );
249+ }
You can’t perform that action at this time.
0 commit comments