From 4134d94b57ca716ed9fac662348c4f41cfe74104 Mon Sep 17 00:00:00 2001 From: Angel Mario Date: Tue, 23 Feb 2021 14:14:23 +0200 Subject: [PATCH 1/2] Removed drag to reload thing Also made about page background width and height bigger. On 400px causes the background on 1080p screens to not scale properly --- client/styles.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/client/styles.css b/client/styles.css index 7c5559d..e643adb 100644 --- a/client/styles.css +++ b/client/styles.css @@ -20,6 +20,7 @@ body { flex-direction: column; width: 100%; overflow-x: hidden; + overscroll-behavior-y: none; } body { @@ -528,10 +529,10 @@ button::-moz-focus-inner { #about x-background { position: absolute; - top: calc(32px - 200px); - right: calc(32px - 200px); - width: 400px; - height: 400px; + top: calc(32px - 500px); + right: calc(32px - 500px); + width: 1000px; + height: 1000px; border-radius: 50%; background: var(--primary-color); transform: scale(0); @@ -746,4 +747,4 @@ x-dialog x-paper { body { overflow: hidden; } -} \ No newline at end of file +} From 43f10e5d9abc8676418f28d570ea2c9d1e9a9932 Mon Sep 17 00:00:00 2001 From: Angel Mario Date: Wed, 24 Feb 2021 10:23:07 +0200 Subject: [PATCH 2/2] Updated about background --- client/styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/styles.css b/client/styles.css index e643adb..03ab4d3 100644 --- a/client/styles.css +++ b/client/styles.css @@ -529,10 +529,10 @@ button::-moz-focus-inner { #about x-background { position: absolute; - top: calc(32px - 500px); - right: calc(32px - 500px); - width: 1000px; - height: 1000px; + top: calc(32px - 250px); + right: calc(32px - 250px); + width: 500px; + height: 500px; border-radius: 50%; background: var(--primary-color); transform: scale(0);