From 2d71ea0e05b7dd3f6a3d8527b56c8d55bd48fd5b Mon Sep 17 00:00:00 2001 From: Eva Date: Mon, 22 May 2023 12:52:39 +0200 Subject: [PATCH] client/upload: fix empty thumbnail size --- client/css/post-upload.styl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/css/post-upload.styl b/client/css/post-upload.styl index 30ee6c2a..aa9fd960 100644 --- a/client/css/post-upload.styl +++ b/client/css/post-upload.styl @@ -71,9 +71,9 @@ $cancel-button-color = tomato display: block height: 100% width: 100% - .thumbnail - width: 100% - height: 100% + .thumbnail + width: 100% + height: 100% .uploadable border: 1px solid $upload-border-color