From 8b7bedbf0bdda2c1b3daf4ad2c7b92175eba54aa Mon Sep 17 00:00:00 2001 From: creations Date: Sat, 19 Apr 2025 14:06:37 -0400 Subject: [PATCH] fix mobile icon --- public/css/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/css/index.css b/public/css/index.css index e3e63d9..b534acb 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -129,11 +129,14 @@ body { .platform-icon.mobile-only { position: absolute; - bottom: 4px; + bottom: 0; right: 4px; width: 30px; height: 30px; pointer-events: none; + background-color: var(--background); + padding: 0.3rem 0.1rem; + border-radius: 8px; } .user-info {