From f432fa1acd9cb40cf7f28b6707a2cc558c68581e Mon Sep 17 00:00:00 2001 From: OfficialDakari Date: Sun, 3 Nov 2024 21:22:57 +0500 Subject: [PATCH] fix bubble styling on mobile --- FrostedGlass/Bubble.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FrostedGlass/Bubble.css b/FrostedGlass/Bubble.css index 7c2ea4f..72b0a5c 100644 --- a/FrostedGlass/Bubble.css +++ b/FrostedGlass/Bubble.css @@ -1,9 +1,9 @@ -div._1ji5da1c._1mqalmd1._1mqalmd0._1ji5da13.egjrl0[data-message-id] > div.prxiv40:not(div.prxiv4e) > div.prxiv40._1mqalmd1.prxiv46._1ji5da1r { +div._1ji5da1c._1mqalmd1._1mqalmd0.egjrl0[data-message-id] > div.prxiv40:not(div.prxiv4e) > div.prxiv40._1mqalmd1.prxiv46._1ji5da1r { background-color: #33333370 !important; backdrop-filter: blur(3px); } -div._1ji5da1c._1mqalmd1._1mqalmd0._1ji5da13.egjrl0[data-message-id] > div.prxiv40.prxiv4e > div.prxiv40._1mqalmd1.prxiv46._1ji5da1r { +div._1ji5da1c._1mqalmd1._1mqalmd0.egjrl0[data-message-id] > div.prxiv40.prxiv4e > div.prxiv40._1mqalmd1.prxiv46._1ji5da1r { background-color: rgba(74, 20, 140, 0.7) !important; backdrop-filter: blur(3px); } \ No newline at end of file