Skip to content

Commit

Permalink
resize thumbnailed videos to 60px in column view
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Sep 27, 2024
1 parent cd3cd58 commit 4df0e12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/finder-admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -627,12 +627,13 @@ $active-rectangle: rgb(210, 210, 112);
align-items: center;

div {
&:has(> img) {
&:has(img, video) {
text-align: center;

img {
img,div:has(>div>video) {
width: 60px;
height: 60px;
display: inline-block;
}
}

Expand Down

0 comments on commit 4df0e12

Please sign in to comment.