Skip to content
Snippets Groups Projects
Commit a982fcbc authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Add mobile and tablet UI for user profile

parent 1ac45305
No related branches found
No related tags found
No related merge requests found
Pipeline #23214 passed
...@@ -204,6 +204,7 @@ table { ...@@ -204,6 +204,7 @@ table {
} }
.show-private-statuses { .show-private-statuses {
margin-left: 28px; margin-left: 28px;
margin-bottom: 20px;
} }
.recent-statuses { .recent-statuses {
margin-left: 28px; margin-left: 28px;
...@@ -235,11 +236,60 @@ table { ...@@ -235,11 +236,60 @@ table {
.avatar-name-container { .avatar-name-container {
margin-bottom: 10px; margin-bottom: 10px;
} }
.recent-statuses {
margin: 20px 10px 15px 10px;
}
.recent-statuses-container {
width: 100%;
margin: 0 10px;
}
.show-private-statuses {
margin: 0 10px 20px 10px;
}
.user-page-header { .user-page-header {
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: flex-start;
padding: 0; padding: 0;
margin: 7px 0 15px 10px; margin: 7px 0 15px 10px;
} }
.user-profile-card {
margin: 0 10px;
width: 95%;
td {
width: 80px;
}
}
.user-profile-container {
flex-direction: column;
}
}
@media only screen and (max-width:801px) and (min-width: 481px) {
.avatar-name-container {
margin-bottom: 20px;
}
.recent-statuses {
margin: 20px 10px 15px 0;
}
.recent-statuses-container {
width: 97%;
margin: 0 20px;
}
.show-private-statuses {
margin: 0 10px 20px 0;
}
.user-page-header {
flex-direction: column;
align-items: flex-start;
padding: 0;
margin: 7px 0 20px 20px;
}
.user-profile-card {
margin: 0 20px;
width: fit-content;
}
.user-profile-container {
flex-direction: column;
}
} }
</style> </style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment