From 13feafe6421d00b42409c7596d6e61068fda5644 Mon Sep 17 00:00:00 2001 From: simoon Date: Tue, 11 Jan 2022 16:37:23 +0100 Subject: [PATCH] updated styles.css --- static/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/styles.css b/static/styles.css index 10cf7dc..cb0517d 100644 --- a/static/styles.css +++ b/static/styles.css @@ -47,6 +47,10 @@ input#metadata { margin-right: 1rem; } +input#generate { + float: right; +} + .metafields { background-color: ghostwhite; padding: 1rem;