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
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue