From 508168b49ec9f7a10f8b512446ec8a5541210037 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Fri, 31 Dec 2021 01:51:42 +0000 Subject: [PATCH] fix more oddities --- css/base.css | 10 +++++---- css/loader.css | 2 +- html/admin.html | 46 ++++++++++++++++++++------------------- scripts/missing-colors.js | 2 +- ts/modules/accounts.ts | 6 ++--- ts/modules/discord.ts | 4 ++-- ts/modules/lang.ts | 2 +- 7 files changed, 38 insertions(+), 34 deletions(-) diff --git a/css/base.css b/css/base.css index 5d732bd..3a77bea 100644 --- a/css/base.css +++ b/css/base.css @@ -170,10 +170,6 @@ span.sm:not(.heading) { } } -.fr { - float: right; -} - .monospace { background-color: inherit; /* so we can use a17t code blocks */ font-family: Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace; @@ -397,6 +393,8 @@ table { color: var(--color-content); } + + p.top { margin-top: 0px; } @@ -521,3 +519,7 @@ div.card:contains(section.banner.footer) { .button.discord.\@low:not(.lang-link) { color: rgba(38, 51, 192, 90%); } + +.pb-0i { + padding-bottom: 0px !important +} diff --git a/css/loader.css b/css/loader.css index 2b7951a..b9c4bfa 100644 --- a/css/loader.css +++ b/css/loader.css @@ -1,6 +1,6 @@ .loader { height: auto; - color: rgba(0, 0, 0, 0); + color: rgba(0, 0, 0, 0) !important; } .loader .dot { diff --git a/html/admin.html b/html/admin.html index fb04f41..00c00d8 100644 --- a/html/admin.html +++ b/html/admin.html @@ -252,7 +252,7 @@