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
This commit is contained in:
Angel Mario 2021-02-23 14:14:23 +02:00 committed by GitHub
parent 8dfa600641
commit 4134d94b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -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;
}
}
}