mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 15:06:15 -04:00
fix position of about background circle
This commit is contained in:
parent
c629d7cd88
commit
3c2e73fc0c
2 changed files with 6 additions and 2 deletions
|
@ -1144,6 +1144,8 @@ button::-moz-focus-inner {
|
||||||
|
|
||||||
#about x-background {
|
#about x-background {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
top: calc(28px - 250px);
|
||||||
|
right: calc(36px - 250px);
|
||||||
width: 500px;
|
width: 500px;
|
||||||
height: 500px;
|
height: 500px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
@ -1282,7 +1284,7 @@ x-peers:empty~x-instructions {
|
||||||
@media (hover: none) and (pointer: coarse) {
|
@media (hover: none) and (pointer: coarse) {
|
||||||
x-peer {
|
x-peer {
|
||||||
transform: scale(0.95);
|
transform: scale(0.95);
|
||||||
padding: 4px 0;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1170,6 +1170,8 @@ button::-moz-focus-inner {
|
||||||
|
|
||||||
#about x-background {
|
#about x-background {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
top: calc(28px - 250px);
|
||||||
|
right: calc(36px - 250px);
|
||||||
width: 500px;
|
width: 500px;
|
||||||
height: 500px;
|
height: 500px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
@ -1308,7 +1310,7 @@ x-peers:empty~x-instructions {
|
||||||
@media (hover: none) and (pointer: coarse) {
|
@media (hover: none) and (pointer: coarse) {
|
||||||
x-peer {
|
x-peer {
|
||||||
transform: scale(0.95);
|
transform: scale(0.95);
|
||||||
padding: 4px 0;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue