This commit is contained in:
norbjd 2023-11-01 16:18:43 +00:00 committed by GitHub
commit 7c8d9befe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -54,10 +54,10 @@
}
}
@media(max-width: 700px) {
@media(max-width: 800px) {
.profile-tabs {
width: 100vw;
max-width: 600px;
max-width: 95%;
.timeline-container {
width: 100% !important;

View file

@ -109,7 +109,7 @@
color: var(--profile_stat);
}
@media(max-width: 700px) {
@media(max-width: 800px) {
.profile-card-info {
display: flex;
}

View file

@ -60,7 +60,7 @@
padding-bottom: 12px;
}
@media(max-width: 700px) {
@media(max-width: 800px) {
.photo-rail-header {
display: none;
}