Skip to content

Commit 64b1dd1

Browse files
Align docker multi-row metadata under name
1 parent 6b68b01 commit 64b1dd1

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

archive/folderview.plus-2026.03.22.27.txz.sha256

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9df32fa7b6dae1b6cee9018fd7fc2a6f7abba5b528f6b752dcd56b47fdb61e9b folderview.plus-2026.03.22.52.txz

folderview.plus.plg

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@
66
<!ENTITY launch "Settings/FolderViewPlus">
77
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
88
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/dev/folderview.plus.plg">
9-
<!ENTITY version "2026.03.22.51">
10-
<!ENTITY md5 "25c5c4b81f8b43cbd2cf6520750e97d4">
9+
<!ENTITY version "2026.03.22.52">
10+
<!ENTITY md5 "d8df6fbd1354b086a94ce1c281aa3288">
1111
]>
1212

1313
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;" icon="folder-icon.png" support="https://forums.unraid.net/topic/197631-plugin-folderview-plus/" min="7.0.0">
1414
<CHANGES>
1515

16+
###2026.03.22.52
17+
- Fix: Stack compact multi-row Docker preview cards like the normal preview, with status and quick actions on the second line under the name.
18+
- UX: Keep multi-row preview metadata grouped beneath the name instead of inline on the first row.
19+
20+
1621
###2026.03.22.51
1722
- Fix: Measure Docker multi-row preview items at natural width so the first row fills before wrapping.
1823
- Fix: Keep compact multi-row status text on the normal text color while only the status icon uses the started/stopped color.

src/folderview.plus/usr/local/emhttp/plugins/folderview.plus/styles/docker.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,10 +422,13 @@ tr.folder.fv-parent-expanded div.folder-preview {
422422

423423
.folder-preview.fv-preview-multirow .fv-docker-preview-card-compact .inner {
424424
display: inline-flex;
425-
align-items: center;
425+
flex-direction: column;
426+
align-items: flex-start;
427+
justify-content: center;
426428
flex-wrap: nowrap;
427-
gap: 6px;
429+
gap: 2px;
428430
line-height: 1;
431+
white-space: normal;
429432
}
430433

431434
.folder-preview.fv-preview-multirow .fv-docker-preview-card-compact img.img.folder-img {
@@ -447,6 +450,7 @@ tr.folder.fv-parent-expanded div.folder-preview {
447450
gap: 6px;
448451
min-width: 0;
449452
white-space: nowrap;
453+
line-height: 1;
450454
}
451455

452456
.folder-preview.fv-preview-multirow .fv-preview-status-compact {

0 commit comments

Comments
 (0)