From 7207663f370e2b0f92d1e799492174eab77797f7 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 12 Feb 2020 02:56:42 +0900 Subject: [PATCH] :art: --- src/client/app.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/client/app.vue b/src/client/app.vue index 487ab4e80..46b616519 100644 --- a/src/client/app.vue +++ b/src/client/app.vue @@ -748,10 +748,9 @@ export default Vue.extend({ position: relative; > input { - $margin: 8px; - width: 200px; + width: 210px; box-sizing: border-box; - margin-right: $margin; + margin-right: 8px; padding: 0 12px 0 42px; font-size: 1rem; line-height: 38px;