make things look nicer and work on image change

This commit is contained in:
2026-06-30 14:24:03 -04:00
parent d2b0955303
commit 2ba179a62b
3 changed files with 28 additions and 12 deletions
+6 -3
View File
@@ -255,14 +255,17 @@
}
#circle-display {
width: 100%;
height: 100%;
position: absolute;
width: calc(100% + 10px);
height: calc(100% + 10px);
transform: translateX(-5px) translateY(-5px);
transform: scale(10px);
background: radial-gradient(
circle closest-side,
transparent 99%,
rgba(0, 0, 0, 0.5) 100%
);
display: none;
/*dispalt*/
}
#image_dark_overlay {