From 313ebbd6857d8170b69e88ec25b756a62b4bac5e Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 27 Sep 2022 20:30:16 +0200 Subject: [PATCH] fix ui --- assets/css/app.scss | 7 ++++++- templates/page/post/_post.html.twig | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/assets/css/app.scss b/assets/css/app.scss index 9e684ff..d720127 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -124,13 +124,18 @@ pre[class*="language-"] { // border-radius: 10px; // } // + +.captcha_image { + margin-bottom: 5px; +} + .captcha_reload { width: 50px !important; padding-left: 50px; height: 50px; overflow: hidden; display: inline-block; - margin-bottom: -19px; + margin-bottom: -19px;i &:active, &:focus { background: none; diff --git a/templates/page/post/_post.html.twig b/templates/page/post/_post.html.twig index 53e4455..ca1f793 100644 --- a/templates/page/post/_post.html.twig +++ b/templates/page/post/_post.html.twig @@ -14,13 +14,13 @@