diff --git a/podstalk b/podstalk index d3d1199..d9eef6c 100755 Binary files a/podstalk and b/podstalk differ diff --git a/template/dashboard.html b/template/dashboard.html index 4ed4f66..016092a 100644 --- a/template/dashboard.html +++ b/template/dashboard.html @@ -17,7 +17,9 @@ .settings-form { display: flex; gap: 1rem; align-items: flex-end; flex-wrap: wrap; } .settings-form .form-group { margin-bottom: 0; } .hidden { display: none; } - + .file-upload { position: relative; display: inline-block; } + .file-upload input[type="file"] { position: absolute; opacity: 0; width: 100%; height: 100%; cursor: pointer; } + .file-name { margin-left: 0.5rem; font-size: 0.85rem; color: #666; }