From 41eb204e2093ad012910ebfe89b8a6a6db06fea8 Mon Sep 17 00:00:00 2001 From: malik Date: Sun, 31 Mar 2024 04:03:12 +0200 Subject: [PATCH] Made chat resposive for better use in splitscreen --- element-theme/theme.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/element-theme/theme.css b/element-theme/theme.css index b3b5b65..acb0a8b 100644 --- a/element-theme/theme.css +++ b/element-theme/theme.css @@ -69,4 +69,18 @@ body{ .mx_BackdropPanel--image{ opacity: 0; +} + +@media only screen and (max-width: 1300px){ + .mx_EventTile,.mx_SearchBar,.mx_SpaceRoomView_landing{ + width: 80%; + margin-left: 10%; + } +} + +@media only screen and (max-width: 1000px){ + .mx_EventTile,.mx_SearchBar,.mx_SpaceRoomView_landing{ + width: 100%; + margin-left: 0; + } } \ No newline at end of file