From 793369bc68ae53ac7a799fc14a6d1984bcb807ce Mon Sep 17 00:00:00 2001 From: Tim Krieger Date: Sat, 24 Sep 2022 23:02:54 +0200 Subject: [PATCH] Revert changes --- src/static/skins/colibris/src/components/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/skins/colibris/src/components/popup.css b/src/static/skins/colibris/src/components/popup.css index 8d51e19f8..b165c513e 100644 --- a/src/static/skins/colibris/src/components/popup.css +++ b/src/static/skins/colibris/src/components/popup.css @@ -54,7 +54,7 @@ } } -@media (max-width: 992px) { +@media (max-width: 800px) { .popup-content { padding: 1rem; box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), -1px 1px 16px 3px rgba(27, 39, 51, 0.12);