improved image viewer and some css
All checks were successful
Run Integration Tests / test (push) Successful in 29s

This commit is contained in:
partisan 2025-04-19 21:24:27 +02:00
parent 7cd5e80468
commit 5fdbe231d1
7 changed files with 120 additions and 134 deletions

View file

@ -10,7 +10,7 @@
position: relative;
flex: 0 0 160px;
aspect-ratio: 1;
border-radius: 8px;
border-radius: 5px;
overflow: hidden;
background: var(--placeholder-bg);
}
@ -42,12 +42,12 @@
.duration-overlay {
position: absolute;
bottom: 8px;
right: 8px;
bottom: 2px;
right: 2px;
background: rgba(0, 0, 0, 0.8);
color: white;
padding: 4px 8px;
border-radius: 4px;
border-radius: 3px;
font-size: 12px;
font-weight: 500;
backdrop-filter: blur(2px);
@ -113,7 +113,5 @@
.duration-overlay {
font-size: 11px;
padding: 3px 6px;
bottom: 6px;
right: 6px;
}
}