Skip to content

Commit 35f3a68

Browse files
author
FolderView Plus Test
committed
Align command view action icons
1 parent 833cc47 commit 35f3a68

6 files changed

Lines changed: 11 additions & 6 deletions

File tree

archive/folderview.plus-2026.04.14.15.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+
e887d504465624eac6f173fcb5ffe3c3a681d4e1090fa6d14818c081a5635ca2 folderview.plus-2026.04.15.31.txz

docs/releases/2026.04.15.31.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- 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.

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.30">
10-
<!ENTITY md5 "2e2ecce3b830dd9227bdacb41eb65977">
9+
<!ENTITY version "2026.04.15.31">
10+
<!ENTITY md5 "4d6d578f8992874a0a7f63ffbe5ef49f">
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.31
17+
- 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.
18+
19+
1620
###2026.04.15.30
1721
- 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.
1822

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,10 @@ body[data-fvplus-docker-command-view-mounted="true"] table#docker_containers {
377377
display: inline-flex;
378378
align-items: center;
379379
gap: 5px;
380-
margin-left: auto;
380+
margin-left: 0;
381381
margin-top: -0.04rem;
382-
padding: 0 0.55rem 0.08rem;
383-
align-self: flex-end;
382+
padding: 0 0 0.08rem 3.35rem;
383+
align-self: flex-start;
384384
min-height: 13px;
385385
}
386386

0 commit comments

Comments
 (0)