mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-05-29 06:44:42 +00:00
Merge remote-tracking branch 'fork/patch-2' into add_device_pairing
This commit is contained in:
+8
-8
@@ -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 {
|
||||||
@@ -529,10 +530,10 @@ button::-moz-focus-inner {
|
|||||||
|
|
||||||
#about x-background {
|
#about x-background {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: calc(32px - 200px);
|
top: calc(32px - 250px);
|
||||||
right: calc(32px - 200px);
|
right: calc(32px - 250px);
|
||||||
width: 400px;
|
width: 500px;
|
||||||
height: 400px;
|
height: 500px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: var(--primary-color);
|
background: var(--primary-color);
|
||||||
transform: scale(0);
|
transform: scale(0);
|
||||||
@@ -669,12 +670,12 @@ screen and (min-width: 1100px) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
iOS specific styles
|
iOS specific styles
|
||||||
*/
|
*/
|
||||||
@supports (-webkit-overflow-scrolling: touch) {
|
@supports (-webkit-overflow-scrolling: touch) {
|
||||||
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
@@ -744,7 +745,7 @@ x-dialog x-paper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Edge specific styles
|
Edge specific styles
|
||||||
*/
|
*/
|
||||||
@supports (-ms-ime-align: auto) {
|
@supports (-ms-ime-align: auto) {
|
||||||
@@ -754,4 +755,3 @@ x-dialog x-paper {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user