From c49999071fcdb94f9dba1d63c7c50e151fc1ac47 Mon Sep 17 00:00:00 2001 From: ION606 Date: Sun, 31 Jul 2022 14:02:17 +0300 Subject: [PATCH] Added the 'setup help' icons and changed the domain name --- dashboard.html | 42 +++++++++++++++++++++++++++++------------- index.html | 12 +++++++----- main.js | 3 +-- myGuilds.html | 4 ++-- 4 files changed, 39 insertions(+), 22 deletions(-) diff --git a/dashboard.html b/dashboard.html index 94d8538..86b0dbb 100644 --- a/dashboard.html +++ b/dashboard.html @@ -239,6 +239,17 @@ color: #ffffff; background-color: #377aea; } + + + .helpbtn { + margin-top: 30px; + margin-bottom: 30px; + font-size: 20px; + align-self: right; + padding: 0px; + border-radius: 50%; + border-style: solid; + }