mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-16 04:45:34 +00:00
fix favorites offscreen at high scaling modes
This commit is contained in:
parent
2f4d5fcab2
commit
5f5e270eda
@ -128,7 +128,7 @@ body {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
transform: translate(150px, 420px);
|
transform: translate(3vw, 420px);
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
|
Loading…
Reference in New Issue
Block a user