From 42a80b5f50c94e7392eafe128086acb535bc9df3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 19 Jan 2024 05:16:36 -0800 Subject: fix(index): code heights --- views/index.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/index.pug b/views/index.pug index 136a211..263bfa4 100644 --- a/views/index.pug +++ b/views/index.pug @@ -8,9 +8,9 @@ html body .tool code #{site}/get/@ - input#name(type='text' placeholder=':handle' style='display: inline-block; width: 80px; height: 1.4em; line-height: 1.4em; margin: 0 4px; vertical-align: middle;') + input#name(type='text' placeholder=':handle' style='display: inline-block; width: 80px; height: 1.57em; line-height: 1.57em; margin: 0 4px; vertical-align: middle;') code ?theme= - select#theme(style='display: inline-block; height: 1.6em; line-height: 1.6em; font-size: 14px; margin: 0 4px; padding: 0 4px; vertical-align: middle;') + select#theme(style='display: inline-block; height: 1.79em; line-height: 1.79em; font-size: 14px; margin: 0 4px; padding: 0 4px; vertical-align: middle;') option(value='urushi') urushi option(value='asoul') asoul option(value='moebooru') moebooru -- cgit v1.2.3