From 6752f1cfef44f3b7dae8ad79474e6e9db9de6292 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Fri, 23 Sep 2022 15:02:13 +0200 Subject: [PATCH] Added min-height for attachments --- dev/Styles/User/Attachments.less | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/dev/Styles/User/Attachments.less b/dev/Styles/User/Attachments.less index 93f73c80d..3451a57dc 100644 --- a/dev/Styles/User/Attachments.less +++ b/dev/Styles/User/Attachments.less @@ -1,19 +1,18 @@ .attachmentItem { - position: relative; - + background-color: rgba(128, 128, 128, 0.1); + border: 0; + border-radius: 3px; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.1); display: inline-block; + list-style: none; + line-height: 24px; margin: 5px; + min-height: 50px; max-width: 200px; min-width: 60px; overflow: hidden; - list-style: none; - line-height: 24px; - border: 0; - background-color: rgba(128, 128, 128, 0.1); - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.1); - - border-radius: 3px; + position: relative; &.waiting { opacity: 0.6;