File tree Expand file tree Collapse file tree
src/folderview.plus/usr/local/emhttp/plugins/folderview.plus/styles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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;
You can’t perform that action at this time.
0 commit comments