From 832cdbc22038a14b05024471fb862528fa997047 Mon Sep 17 00:00:00 2001 From: subnub Date: Fri, 15 May 2020 02:30:34 -0400 Subject: [PATCH] fixing image sizes --- src/styles/components/_File.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/components/_File.scss b/src/styles/components/_File.scss index 1652c4a..fb5451c 100644 --- a/src/styles/components/_File.scss +++ b/src/styles/components/_File.scss @@ -171,6 +171,12 @@ height: 33px; /* max-height: 30px; */ border-radius: 5px; + width: 31px; + opacity: 1; + max-width: 31px; + height: 33px; + max-height: 33px; + border-radius: 5px; } .file__image--no-opacity {