feat: adds preview overlay for styles

This commit is contained in:
Chris Rohrer
2024-01-05 16:56:05 +01:00
parent 176faf6f34
commit a196a648ff
280 changed files with 5298 additions and 0 deletions
+14
View File
@@ -196,3 +196,17 @@
pointer-events: none;
display: none;
}
#stylePreviewOverlay {
display: none;
width: 120px;
height: 100px;
position: fixed;
top: 0px;
left: 0px;
border: solid 1px lightgrey;
transform: translate(-140px, 20px);
background-size: cover;
background-position: center;
border-radius: 5px;
}