4 Commits

Author SHA1 Message Date
Robert-Jan de Dreu
ee556f46e9 Fix lazy loading images all being loaded when opening gallery (#534)
* Fix lazy loading images all being loaded when opening gallery

Because the lazy loaded image didn't have a limited height. Many
images would load anyway because they all fit in the parent box.
Giving them a minimal height with object-cover keeps them looking
good while limiting the amount that is lazy loaded.

* reduce the height to make the minimal images square
2025-02-25 09:24:58 +01:00
Pudd
08ee98ed8b Update dark.scss (#529)
add missing hover color for breadcrumb links in dark theme
2025-02-07 08:51:51 +01:00
Pudd
c6186fb03a Update dark.scss (#528)
Increase placeholder brightness for better readability in dark theme
2025-02-06 11:27:18 +01:00
Kobi Zaltzberg
d8fb33fae9 Extract app theme scss to external files (#524) 2024-12-26 14:50:09 +01:00