Optical rendering of file and image listings
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled

This commit is contained in:
2026-01-06 14:34:05 +01:00
parent f8d5dafc62
commit f83248d605
8 changed files with 48 additions and 3 deletions

View File

@@ -29,3 +29,20 @@ div.filetools-plugin a.media.mediafile.mf_folder,
div.filetools-plugin a.mediafile.mf_folder {
background-image: url(../../images/fileicons/svg/folder.svg) !important;
}
/* Muted empty-state message when a listing has no results. */
div.filetools-plugin .luxtools-empty {
opacity: 0.65;
font-style: italic;
padding: 0.25em 0;
}
/* Image gallery spacing. */
div.filetools-gallery {
padding-bottom: 0.5em;
}
div.filetools-gallery a.media {
display: inline-block;
margin: 0 0.35em 0.35em 0;
}