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; }