1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Restore room list backdrop (#11300)

* Restore room list backdrop

* Lintfix
This commit is contained in:
Germain
2023-07-20 09:13:22 +01:00
committed by GitHub
parent dd5b9329e4
commit 882c85a028
5 changed files with 11 additions and 4 deletions

View File

@ -14,6 +14,13 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_MatrixChat--with-avatar {
.mx_LeftPanel,
.mx_LeftPanel .mx_LeftPanel_roomListContainer {
background-color: transparent;
}
}
.mx_LeftPanel_outerWrapper {
display: flex;
flex-direction: column;