From 126ed7713d8a07ebd12ff70fc1370b9f8d1647cc Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sun, 26 Apr 2026 09:05:10 +0200 Subject: [PATCH] quick actions / "+" now uses more standard display types --- copyparty/web/browser.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 750051e0..345d2e92 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1299,10 +1299,10 @@ html.dz #flogout { min-width: 4em; font-weight: normal; margin-bottom: .2em; + text-wrap-mode: wrap; } #up_quick_more.vis { display: block; - display: grid; } #up_quick_more a:hover { background: var(--btn-h-bg); @@ -1310,7 +1310,8 @@ html.dz #flogout { #up_quick_more a { position: static; font-size: large; - display: ruby; + display: block; + text-wrap-mode: nowrap; padding: .5em; cursor: pointer; border-radius: calc(var(--b-radius) * 1.6);