From aced9c32ae202977e525884709c6fe2603175d6b Mon Sep 17 00:00:00 2001 From: penge Date: Tue, 26 Oct 2021 17:37:04 +0200 Subject: [PATCH] Improve margin between modal buttons Before: buttons sticked on top of each other (narrow screen) Now: buttons have space between when on top of each other (narrow screen) --- static/notes.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/notes.css b/static/notes.css index 1f2eeec4..214b86cd 100644 --- a/static/notes.css +++ b/static/notes.css @@ -622,7 +622,7 @@ body.with-modal #toolbar { #modal #buttons { text-align: right; - margin-top: 1em; + margin-top: .5em; } #modal #buttons input { @@ -630,6 +630,7 @@ body.with-modal #toolbar { background: var(--modal-button-background-color); color: var(--modal-button-text-color); margin-left: .5em; + margin-top: .5em; } #modal .modal-description {