From 7a6e43d638b8e4b5dbeac92e4bfa016e49bd24bc Mon Sep 17 00:00:00 2001 From: verbiricha Date: Wed, 2 Aug 2023 08:04:13 +0200 Subject: [PATCH] fix: mobile profile buttons --- src/pages/profile-page.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/pages/profile-page.css b/src/pages/profile-page.css index 31a8a8b..b809dc9 100644 --- a/src/pages/profile-page.css +++ b/src/pages/profile-page.css @@ -46,6 +46,14 @@ margin-left: 16px; } +@media (min-width: 480px) { + .profile-page .status-indicator { + position: absolute; + top: 16px; + left: 120px; + } +} + .profile-page .profile-actions { position: absolute; display: flex; @@ -89,7 +97,7 @@ display: none; } -@media (min-width: 420px) { +@media (min-width: 480px) { .profile-page .icon-button span { display: block; }