From 70c9f3df7566afe7f5864b220c660a5d80a92ee9 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 3 Jul 2017 12:13:37 +0200 Subject: [PATCH] Fix avatar size --- customize.dist/src/less/toolbar.less | 3 ++- www/slide/slide.less | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/customize.dist/src/less/toolbar.less b/customize.dist/src/less/toolbar.less index 55d5d3713..3f5cc9ca6 100644 --- a/customize.dist/src/less/toolbar.less +++ b/customize.dist/src/less/toolbar.less @@ -137,7 +137,7 @@ body .userlist-drawer { min-width: 100%; min-height: 100%; max-width: none; - max-height: none !important; // To override 'media-tag img' in slide.less + max-height: none; // To override 'media-tag img' in slide.less flex-shrink: 0; } } @@ -833,6 +833,7 @@ body .cryptpad-toolbar { width: 64px; padding: 0; span { + width: 100%; cursor: default; font-size: 32px; .fa { diff --git a/www/slide/slide.less b/www/slide/slide.less index a78e9e54f..607cdc6af 100644 --- a/www/slide/slide.less +++ b/www/slide/slide.less @@ -321,8 +321,6 @@ div#modal #content, #print { img { position: relative; min-width: 1%; - max-width: 90%; - max-height: 90%; margin: auto; } .slideNumber {