make things look nicer and work on image change
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user