Skip to content

Commit fecfa76

Browse files
fix: align folder status color controls with form layout
1 parent 55a80d7 commit fecfa76

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

186 KB
Binary file not shown.

folderview.plus.plg

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@
66
<!ENTITY launch "Settings/FolderViewPlus">
77
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
88
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/folderview.plus.plg">
9-
<!ENTITY version "2026.03.06.1">
10-
<!ENTITY md5 "98ff1b691d16c33d05a9c30d12e8c9c7">
9+
<!ENTITY version "2026.03.06.2">
10+
<!ENTITY md5 "e46f08d7df86526c083f2b4a5fe97452">
1111
]>
1212

1313
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;" icon="folder-open-o" support="https://github.com/alexphillips-dev/FolderView-Plus/issues" min="7.0.0">
1414
<CHANGES>
1515

16+
###2026.03.06.2
17+
- Fix folder editor alignment for the status color controls so they line up with the rest of the settings form.
18+
1619
###2026.03.06.1
1720
- Release version bump to ensure Unraid update detection from `2026.03.05.10`.
1821
- No functional code changes from the prior build.

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,28 @@ table.sortable td:last-child {
7878
gap: 0.5em;
7979
}
8080

81-
.folder-status-colors-dd {
81+
.canvas form dd.folder-status-colors-dd {
8282
display: flex;
83+
flex-direction: row !important;
84+
justify-content: flex-start !important;
8385
flex-wrap: wrap;
8486
align-items: center;
87+
text-align: left;
8588
gap: 0.5em;
8689
}
8790

8891
.folder-status-colors {
8992
display: flex;
93+
justify-content: flex-start;
9094
flex-wrap: wrap;
9195
align-items: center;
9296
gap: 0.75em;
97+
width: auto;
98+
flex: 0 1 auto;
99+
}
100+
101+
.folder-status-colors-dd > button {
102+
flex: 0 0 auto;
93103
}
94104

95105
.folder-status-color-item {

0 commit comments

Comments
 (0)