From f7d263eee6c444b6c569a99fadb85d994fe6ca8d Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Tue, 6 Jul 2021 02:16:09 +0500 Subject: [PATCH] Fix file upload button height --- static/default.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/default.css b/static/default.css index 3be262c..b183e94 100644 --- a/static/default.css +++ b/static/default.css @@ -106,8 +106,6 @@ body { margin: 0; font-size:16px; font-family: 'PT Sans', 'Liberation Sans', san input, kbd { font: inherit; color: inherit; } textarea {font-size:16px; font-family: 'PT Sans', 'Liberation Sans', sans-serif;} -::-webkit-file-upload-button, - .edit { min-height: 80vh; } .edit__title { margin-top: 0; } .edit__preview { border: 2px dashed #ddd; } @@ -515,7 +513,7 @@ kbd { @media (prefers-color-scheme: dark) { .btn { - border-color: #444 solid 1px; + border: #444 solid 1px; } .btn:visited {