mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-24 08:46:20 -04:00
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:
parent
8dfa600641
commit
4134d94b57
1 changed files with 6 additions and 5 deletions
|
@ -20,6 +20,7 @@ body {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
overscroll-behavior-y: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -528,10 +529,10 @@ button::-moz-focus-inner {
|
||||||
|
|
||||||
#about x-background {
|
#about x-background {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: calc(32px - 200px);
|
top: calc(32px - 500px);
|
||||||
right: calc(32px - 200px);
|
right: calc(32px - 500px);
|
||||||
width: 400px;
|
width: 1000px;
|
||||||
height: 400px;
|
height: 1000px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: var(--primary-color);
|
background: var(--primary-color);
|
||||||
transform: scale(0);
|
transform: scale(0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue