fix: mobile profile buttons

This commit is contained in:
verbiricha 2023-08-02 08:04:13 +02:00
parent 4f254d96ff
commit 7a6e43d638

View File

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