Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/style.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/style.scss b/css/style.scss
index 299b04b50..41830eedb 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -53,6 +53,13 @@
overflow: hidden;
flex-grow: 1;
+
+ @media (max-width: $breakpoint-mobile) {
+ /* In narrow screens force the app content width to the full viewport
+ * width to prevent the app content from being compressed when the
+ * sidebar is shown. */
+ width: 100vw;
+ }
}
.contactsmenu-popover li > a > img {