improved image viewer and some css
All checks were successful
Run Integration Tests / test (push) Successful in 29s
All checks were successful
Run Integration Tests / test (push) Successful in 29s
This commit is contained in:
parent
7cd5e80468
commit
5fdbe231d1
7 changed files with 120 additions and 134 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue