Skip to content

Commit 605179a

Browse files
author
FolderView Plus Test
committed
Tune command view icon inset
1 parent 7fdbc5b commit 605179a

6 files changed

Lines changed: 9 additions & 4 deletions

File tree

archive/folderview.plus-2026.04.15.03.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+
a36e84f30aa321ffaaabd4ba0095ba9d269bddc5c2f9a468d7b20532ff492b60 folderview.plus-2026.04.15.34.txz

docs/releases/2026.04.15.34.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- UX: Added a small left inset back to the Docker command-view WebUI, console, and logs icon row so the quick-action icons line up cleanly with the left edge of the container icon.

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.33">
10-
<!ENTITY md5 "3e8b49b3e04afc4c98c5f0db1b8d0088">
9+
<!ENTITY version "2026.04.15.34">
10+
<!ENTITY md5 "a5e4ff309fcb0ef53adf3f58a610297b">
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.34
17+
- UX: Added a small left inset back to the Docker command-view WebUI, console, and logs icon row so the quick-action icons line up cleanly with the left edge of the container icon.
18+
19+
1620
###2026.04.15.33
1721
- UX: Removed the remaining left padding from the Docker command-view WebUI, console, and logs icon row so the quick actions sit directly under the member content with no extra gap.
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 0;
382+
padding: 0 0 0.08rem 0.55rem;
383383
align-self: flex-start;
384384
min-height: 13px;
385385
}

0 commit comments

Comments
 (0)