fix favorites offscreen at high scaling modes

This commit is contained in:
SpikeHD 2022-04-24 23:57:01 -07:00
parent 2f4d5fcab2
commit 5f5e270eda

View File

@ -128,7 +128,7 @@ body {
position: absolute;
z-index: 99;
padding: 10px;
transform: translate(150px, 420px);
transform: translate(3vw, 420px);
background-color: #fff;
border-radius: 5px;
border: 1px solid #ccc;