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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan C. Borchardt <hey@jancborchardt.net>2022-09-08 15:46:52 +0300
committerGitHub <noreply@github.com>2022-09-08 15:46:52 +0300
commitd48d7453cc60f6d9dc55c8be37ae1254843237d0 (patch)
treee49cdd75eac1b7aecef5b0b077274e489e99fa62
parent85c593e9dc6040c9a4af2161aae413e7aa809ec4 (diff)
Increase thread width on high-dpi displays
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
-rw-r--r--src/views/Home.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Home.vue b/src/views/Home.vue
index 63eafb592..459718efc 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -134,7 +134,7 @@ export default {
display: flex;
flex-direction: column;
flex: 1 1 100%;
- min-width: 0;
+ min-width: 70%;
}
// Align the appNavigation toggle with the apps header toolbar
::v-deep button.app-navigation-toggle {