Skip to content

Commit 3ad7f37

Browse files
author
FolderView Plus Test
committed
Tweak command view icon padding
1 parent 35f3a68 commit 3ad7f37

6 files changed

Lines changed: 9 additions & 4 deletions

File tree

archive/folderview.plus-2026.04.15.01.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+
31112897591ce8952953b26e79de2b8b4c8cc9eede9867860aed8f1ecdba0ab0 folderview.plus-2026.04.15.32.txz

docs/releases/2026.04.15.32.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- UX: Reduced the left padding on the Docker command-view WebUI, console, and logs icon row so the quick actions sit closer to the member name and status column.

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.31">
10-
<!ENTITY md5 "4d6d578f8992874a0a7f63ffbe5ef49f">
9+
<!ENTITY version "2026.04.15.32">
10+
<!ENTITY md5 "3ede702a1bc3b79be2bd66459f9d5f36">
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.32
17+
- UX: Reduced the left padding on the Docker command-view WebUI, console, and logs icon row so the quick actions sit closer to the member name and status column.
18+
19+
1620
###2026.04.15.31
1721
- UX: Moved the Docker command-view WebUI, console, and logs icons to the left side under the member name and status, with matching left padding so the quick-action row lines up with the content column.
1822

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ body[data-fvplus-docker-command-view-mounted="true"] table#docker_containers {
379379
gap: 5px;
380380
margin-left: 0;
381381
margin-top: -0.04rem;
382-
padding: 0 0 0.08rem 3.35rem;
382+
padding: 0 0 0.08rem 2.5rem;
383383
align-self: flex-start;
384384
min-height: 13px;
385385
}

0 commit comments

Comments
 (0)