Skip to content

Commit 3afa02c

Browse files
Center Docker folder rows vertically with container previews
1 parent d0a34a9 commit 3afa02c

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

207 KB
Binary file not shown.

folderview.plus.plg

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@
66
<!ENTITY launch "Settings/FolderViewPlus">
77
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
88
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/folderview.plus.plg">
9-
<!ENTITY version "2026.03.07.3">
10-
<!ENTITY md5 "3856e22407ecf9a2fe079b7c00b5e855">
9+
<!ENTITY version "2026.03.07.4">
10+
<!ENTITY md5 "93b881669e9893f67ec1e30cf70c43cb">
1111
]>
1212

1313
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;" icon="folder-open-o" support="https://github.com/alexphillips-dev/FolderView-Plus/issues" min="7.0.0">
1414
<CHANGES>
1515

16+
###2026.03.07.4
17+
- Fix Docker folder row alignment: folder cells are now vertically centered relative to the container preview row.
18+
1619
###2026.03.07.3
1720
- Update plugin metadata author to `alexphillips-dev` so Unraid displays the correct repository owner.
1821

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
box-sizing: border-box;
2828
}
2929

30+
/* Keep folder labels vertically centered against the preview row content */
31+
#docker_list > tr.folder > td {
32+
vertical-align: middle !important;
33+
}
34+
3035
.folder-outer {
3136
overflow: hidden;
3237
text-overflow: ellipsis;

0 commit comments

Comments
 (0)