subshadow select event + better styles for preview

This commit is contained in:
Henry Jameson 2024-09-29 19:20:09 +03:00
commit c2dfe62481
2 changed files with 17 additions and 6 deletions

View file

@ -166,12 +166,19 @@
}
.preview-block {
width: 33%;
height: 33%;
border-radius: var(--roundness);
background: var(--background);
display: flex;
justify-content: center;
align-items: center;
min-width: 33%;
min-height: 33%;
max-width: 80%;
max-height: 80%;
border-width: 0;
border-style: solid;
border-color: var(--border);
border-radius: var(--roundness);
box-shadow: var(--shadow);
border: 1px solid var(--border);
}
}
}