From: Bastian Dehn Date: Fri, 26 Aug 2022 14:38:53 +0000 (+0200) Subject: fix: button from file input size X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=refs%2Fheads%2Fdevelop;p=speisekarten-editor.git fix: button from file input size --- diff --git a/src/app/app.component.css b/src/app/app.component.css index c676531..99c6059 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -10,7 +10,11 @@ input { grid-column: 1/13; +} + +input::file-selector-button { margin: 0.2em; + padding: 0.5em; } .button {