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
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2019-11-05 16:23:54 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2019-11-05 16:23:54 +0300
commitb7174fb8905ff9cf8cfb831db2215001b79a685e (patch)
tree501d141bb30fb77d40f9a52579f489225bb5394d /src/assets
parent5a54f93a4dea4b46717f8d0659157f89ec7c8c07 (diff)
Increase message width
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'src/assets')
-rw-r--r--src/assets/variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assets/variables.scss b/src/assets/variables.scss
index 1b187800a..164fb5e1a 100644
--- a/src/assets/variables.scss
+++ b/src/assets/variables.scss
@@ -57,7 +57,7 @@ $navigation-width: 300px;
$breakpoint-mobile: 1024px;
//message width
-$message-width: 600px;
+$message-width: 800px;
//message utils width
$message-utils-width: 120px;