Skip to content

Commit 833cc47

Browse files
author
FolderView Plus Test
committed
Tighten command view member spacing
1 parent 3ff6d6f commit 833cc47

6 files changed

Lines changed: 15 additions & 9 deletions

File tree

archive/folderview.plus-2026.04.14.14.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+
530b1b2a6707e92ea807ab9290ad44563522e36b44fb56ae9993192d2148f8a0 folderview.plus-2026.04.15.30.txz

docs/releases/2026.04.15.30.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- UX: Tightened Docker command-view member tiles again so the bottom border sits closer to the member name, status, and quick-action strip instead of leaving extra dead space below the content.

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.04.15.29">
10-
<!ENTITY md5 "b46911ca828b275dd9a6475cf2f3b70d">
9+
<!ENTITY version "2026.04.15.30">
10+
<!ENTITY md5 "2e2ecce3b830dd9227bdacb41eb65977">
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.04.15.30
17+
- UX: Tightened Docker command-view member tiles again so the bottom border sits closer to the member name, status, and quick-action strip instead of leaving extra dead space below the content.
18+
19+
1620
###2026.04.15.29
1721
- UX: Removed the `experimental` label from the Docker command-view selector and the command-view header.
1822
- UX: Expanded the command-view overview row with more runtime summary cards, including container totals and state counts.

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ body[data-fvplus-docker-command-view-mounted="true"] table#docker_containers {
251251
width: 220px;
252252
max-width: 220px;
253253
min-width: 220px;
254-
min-height: 44px;
254+
min-height: 0;
255255
display: flex;
256256
flex-direction: column;
257257
border: 1px solid var(--fv-docker-command-border-faint);
@@ -279,11 +279,11 @@ body[data-fvplus-docker-command-view-mounted="true"] table#docker_containers {
279279

280280
.fv-docker-command-member-surface {
281281
width: 100%;
282-
min-height: 44px;
282+
min-height: 0;
283283
display: flex;
284284
align-items: center;
285285
gap: 0.58rem;
286-
padding: 0.4rem 0.55rem 0.28rem;
286+
padding: 0.38rem 0.55rem 0.14rem;
287287
background: transparent;
288288
color: inherit;
289289
text-align: left;
@@ -326,7 +326,7 @@ body[data-fvplus-docker-command-view-mounted="true"] table#docker_containers {
326326
min-width: 0;
327327
display: flex;
328328
flex-direction: column;
329-
gap: 0.32rem;
329+
gap: 0.2rem;
330330
}
331331

332332
.fv-docker-command-member-pill {
@@ -378,9 +378,10 @@ body[data-fvplus-docker-command-view-mounted="true"] table#docker_containers {
378378
align-items: center;
379379
gap: 5px;
380380
margin-left: auto;
381-
padding: 0 0.55rem 0.2rem;
381+
margin-top: -0.04rem;
382+
padding: 0 0.55rem 0.08rem;
382383
align-self: flex-end;
383-
min-height: 16px;
384+
min-height: 13px;
384385
}
385386

386387
.fv-docker-command-member-actions .folder-element-custom-btn {

0 commit comments

Comments
 (0)