From 9e73912d24153de71874cecc17d7ce957686645e Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Fri, 12 Jun 2026 23:17:32 +0900 Subject: [PATCH] Email reader mobile: drop overlay shadow + lift action cluster 1px more --- static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/style.css b/static/style.css index 9788fc90f..3f3a3bad7 100644 --- a/static/style.css +++ b/static/style.css @@ -28347,6 +28347,14 @@ button .spinner-whirlpool { box-shadow: -6px 0 12px -6px rgba(0, 0, 0, 0.25); } } +/* Mobile: drop the overlay shadow (gradient fade alone reads cleaner + on phone screens) and lift the cluster 1px more. */ +@media (max-width: 768px) { + .email-reader-meta > .email-reader-actions-inline { + box-shadow: none; + margin-top: -10px; + } +} /* Docked panes used to flow the cluster under the meta; now they share the same absolute-top-right + wrap behaviour as undocked. No docked-specific overrides — the container queries below pick