diff options
| author | Fuwn <[email protected]> | 2024-01-19 05:16:36 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-19 05:16:36 -0800 |
| commit | 42a80b5f50c94e7392eafe128086acb535bc9df3 (patch) | |
| tree | eefed70ffd874bcafb78354779d72ca86efe282e | |
| parent | refactor(index): simplify script (diff) | |
| download | counter-42a80b5f50c94e7392eafe128086acb535bc9df3.tar.xz counter-42a80b5f50c94e7392eafe128086acb535bc9df3.zip | |
fix(index): code heights
| -rw-r--r-- | views/index.pug | 4 |
1 files 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 |