Skip to content

Commit 3e236b1

Browse files
Scope docker multi-row centering fix
1 parent d605eb8 commit 3e236b1

5 files changed

Lines changed: 10 additions & 12 deletions

File tree

archive/folderview.plus-2026.03.22.30.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+
f1b162dc22529ae523082cf10287b1f1e3b824da8d65fe74b6135a7914b3c09a folderview.plus-2026.03.23.02.txz

folderview.plus.plg

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@
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.23.01">
10-
<!ENTITY md5 "7c238a371633bfe5202febe4a1a7714c">
9+
<!ENTITY version "2026.03.23.02">
10+
<!ENTITY md5 "bc9ba1871d7fe92a4863c01329d8b29e">
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.23.02
17+
- UX: Refined settings and on-screen update messaging for clarity and consistency.
18+
19+
1620
###2026.03.23.01
1721
- Maintenance: Center docker multi-row preview rows.
1822
- Maintenance: Align docker multi-row metadata under name.

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,6 @@ tr[class*="folder-id-"] > td {
154154
vertical-align: middle !important;
155155
}
156156

157-
tr.folder > td[colspan] {
158-
padding-top: 0 !important;
159-
padding-bottom: 0 !important;
160-
vertical-align: middle !important;
161-
}
162-
163157
/* Unraid table styles can force top visual placement.
164158
Center the left folder block explicitly within the row height. */
165159
td.ct-name.folder-name {
@@ -332,8 +326,8 @@ tr.folder.fv-parent-expanded div.folder-preview {
332326
height: auto;
333327
min-height: 0;
334328
max-height: none;
335-
row-gap: 2px;
336-
padding: 2px 0;
329+
row-gap: 4px;
330+
padding: 6px 0;
337331
flex-direction: column;
338332
flex-wrap: nowrap;
339333
align-items: flex-start;
@@ -346,7 +340,7 @@ tr.folder.fv-parent-expanded div.folder-preview {
346340
box-sizing: border-box;
347341
align-items: center;
348342
min-height: 0;
349-
padding: 0 0 0 8px;
343+
padding: 1px 0 1px 8px;
350344
}
351345

352346
.folder-preview.fv-preview-border-off {

0 commit comments

Comments
 (0)