h
All checks were successful
/ upload (release) Successful in 22s

This commit is contained in:
pavel 2026-02-25 00:38:34 +01:00
commit bcac7fc375
2 changed files with 6 additions and 2 deletions

View file

@ -816,8 +816,9 @@ select {
padding: 0 20px 20px;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: min-content;
gap: 8px;
min-height: 200px;
min-height: 300px;
}
.gif-item {
@ -825,6 +826,7 @@ select {
overflow: hidden;
cursor: pointer;
background: var(--bg-sidebar);
width: 100%;
aspect-ratio: 16 / 9;
transition: transform var(--transition);
}

View file

@ -816,8 +816,9 @@ select {
padding: 0 20px 20px;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: min-content;
gap: 8px;
min-height: 200px;
min-height: 300px;
}
.gif-item {
@ -825,6 +826,7 @@ select {
overflow: hidden;
cursor: pointer;
background: var(--bg-sidebar);
width: 100%;
aspect-ratio: 16 / 9;
transition: transform var(--transition);
}