diff options
author | amzrk2 | 2020-06-16 16:09:04 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-16 16:09:04 +0800 |
commit | f88c7b78f224bf746b831001ec8cef01693a4b3c (patch) | |
tree | 20fe1c16160171228b374c8718f858946162c8af /static/assets/css/fuji.min.css | |
parent | 03750a600a71df1276ccfcc7c817de5cb86e3e9f (diff) | |
download | hugo-theme-fuji-f88c7b78f224bf746b831001ec8cef01693a4b3c.tar.gz hugo-theme-fuji-f88c7b78f224bf746b831001ec8cef01693a4b3c.tar.bz2 hugo-theme-fuji-f88c7b78f224bf746b831001ec8cef01693a4b3c.zip |
Search page i18n
Diffstat (limited to 'static/assets/css/fuji.min.css')
-rw-r--r-- | static/assets/css/fuji.min.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/assets/css/fuji.min.css b/static/assets/css/fuji.min.css index c6e0577..0b2d667 100644 --- a/static/assets/css/fuji.min.css +++ b/static/assets/css/fuji.min.css @@ -1589,9 +1589,12 @@ article { height: 2rem; } .search-input button { flex: 0 1 auto; - padding: 0 0.75rem; + padding: 0 0.5rem; word-break: keep-all; height: 2.5rem; } + .search-input button ion-icon { + height: 100%; + font-size: 1.6rem; } .sidebar { padding: 1.5rem 1.5rem 1.5rem 0; } |