Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasurbernardo <asur@asurbernardo.com>2020-07-19 18:26:19 +0300
committerasurbernardo <asur@asurbernardo.com>2020-07-19 18:26:19 +0300
commitc7951b316a5bd4d475fd04e5d1104752bb0a3623 (patch)
tree4c80abb513945206436bf18028a5cffcc121b7df
parent0b365c211094d0066320906422064912f0ca9bda (diff)
Update search input height to match the menu
-rw-r--r--assets/theme.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/theme.scss b/assets/theme.scss
index 0d4078c..29681ef 100644
--- a/assets/theme.scss
+++ b/assets/theme.scss
@@ -61,6 +61,7 @@ body {
font-family: Courier New, sans-serif;
font-size: 1.2em;
width: 100%;
+ height: 75px;
border-radius: 0;
border: 1px solid black;
border-top: none;