From cfa36fd279bb41f084e64058e4a6950b226203e4 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 31 Jul 2021 10:56:03 +0200 Subject: [PATCH] phone-friendly toast positioning --- copyparty/web/browser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 3904f2cf..e32c0968 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -49,7 +49,7 @@ pre, code, tt { transition: opacity 0.14s, height 0.14s, padding 0.14s; } #toast { - top: 1.4em; + bottom: 5em; right: -1em; line-height: 1.5em; padding: 1em 1.3em;