diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css
index 090e4eed..7852507b 100644
--- a/copyparty/web/browser.css
+++ b/copyparty/web/browser.css
@@ -1264,7 +1264,7 @@ html.dz #flogout {
}
#up_quick .btn{
box-shadow: none;
- transition: all .15s;
+ transition: all .25s;
margin: -1px;
width: max-content;
}
@@ -1274,6 +1274,15 @@ html.a #up_quick .btn {
html.a #up_quick .btn.on {
transform: rotate(0);
}
+#up_quick .btn .rotatable {
+ transition: all .20s;
+ transform: translateY(-.04em) rotate(-45deg);
+
+ background: none;
+}
+#up_quick .btn.on .rotatable {
+ transform: translateY(-.04em);
+}
#wfs, #wfm, #wzip, #wnp, #wm3u {
display: none;
}
diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js
index 408e9326..e088051b 100644
--- a/copyparty/web/browser.js
+++ b/copyparty/web/browser.js
@@ -841,7 +841,7 @@ ebi('widget').innerHTML = (
' new file +
📝\n' +
' upload 🚀\n' +
' ' +
- ' +' +
+ ' +
' +
'' +
'' +