ui/grid view: tweak the height of video previews

This commit is contained in:
Adorian Doran 2026-02-24 09:53:35 +02:00
parent 87ee1185f2
commit d40191257c

View File

@ -376,6 +376,10 @@
padding: 0;
}
&.type-video video {
max-height: 200px;
}
h1, h2, h3, h4, h5, h6 {
font-size: 1rem;
color: var(--active-item-text-color);