From c3452e92c78d77f3d17b82ad9f6dae3966c1bf97 Mon Sep 17 00:00:00 2001 From: Arzumify Date: Sat, 18 May 2024 00:51:36 +0100 Subject: [PATCH] Some extra padding and a confirmation dialouge --- static/css/style.css | 6 +++--- templates/acct.html | 3 +++ templates/dashboard.html | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index ce158d4..3d563d6 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -116,8 +116,8 @@ input { .iframe { position: fixed; - right: 0; - top: 38px; + right: 5px; + top: 47px; border: none; height: 276px; width: 400px; @@ -126,7 +126,7 @@ input { .acctbutton { position: fixed; - right: 0; + right: 5px; margin: 0; } diff --git a/templates/acct.html b/templates/acct.html index 6a54121..1e8c35d 100644 --- a/templates/acct.html +++ b/templates/acct.html @@ -8,6 +8,9 @@