From 9fecf9ace9e4f7a2397ddce93aa8ae6d254a24ed Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 13 Apr 2021 00:03:02 +0200 Subject: [PATCH] implement access your forms button, fixes #30 --- templates/assets/index.css | 4 ++++ templates/index.html | 22 +++++++++++++--------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/templates/assets/index.css b/templates/assets/index.css index 3113cc7..1c1e777 100644 --- a/templates/assets/index.css +++ b/templates/assets/index.css @@ -144,6 +144,10 @@ body, html { transition: all .25s ease-in-out; } +.ncstyle-button:not(:last-child) { + margin-right: 1rem; +} + .margin-bottom { margin-bottom: 1rem; } diff --git a/templates/index.html b/templates/index.html index 98dcd44..af31bbd 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,14 +13,14 @@