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.4 " >
10- <!ENTITY md5 " 93b881669e9893f67ec1e30cf70c43cb " >
9+ <!ENTITY version " 2026.03.07.5 " >
10+ <!ENTITY md5 " 7e7d27b52e5df84d2b9dfed30942793d " >
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.5
17+ - Tighten Docker folder row centering fix:
18+ - force vertical middle alignment on all folder row cells,
19+ - remove top/bottom padding from the folder name cell,
20+ - enforce a minimum height on the left folder content block to match preview row height.
21+
1622###2026.03.07.4
1723- Fix Docker folder row alignment: folder cells are now vertically centered relative to the container preview row.
1824
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 {
30+ /* Keep folder rows vertically centered against the preview row content */
31+ # docker_list > tr .sortable . folder > td {
3232 vertical-align : middle !important ;
3333}
3434
35+ # docker_list > tr .sortable .folder > td .ct-name .folder-name {
36+ padding-top : 0 !important ;
37+ padding-bottom : 0 !important ;
38+ }
39+
40+ # docker_list > tr .sortable .folder > td .ct-name .folder-name > .folder-name-sub {
41+ min-height : 3.5em ;
42+ }
43+
3544.folder-outer {
3645 overflow : hidden;
3746 text-overflow : ellipsis;
You can’t perform that action at this time.
0 commit comments