mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-01 03:59:13 -04:00
change position of button to close paste mode
This commit is contained in:
parent
d9c3d5172a
commit
62c02aaed3
3 changed files with 14 additions and 6 deletions
|
@ -604,8 +604,16 @@ x-dialog .row-reverse {
|
|||
opacity: 0.1;
|
||||
}
|
||||
|
||||
#cancelPasteModeBtn:before {
|
||||
border-radius: 8px;
|
||||
#cancelPasteModeBtn {
|
||||
z-index: 2;
|
||||
margin-top: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 56px;
|
||||
border-bottom: solid 2.5px var(--border-color);
|
||||
}
|
||||
|
||||
.button:focus:before,
|
||||
|
@ -783,7 +791,7 @@ x-toast:not([show]):not(:hover) {
|
|||
|
||||
x-instructions {
|
||||
position: absolute;
|
||||
top: 20vh;
|
||||
top: 120px;
|
||||
opacity: 0.5;
|
||||
transition: opacity 300ms;
|
||||
z-index: -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue