Increase @media max-width from 700px to 800px

It allows a better readability on small width devices (< 800px, for example, smartphones in landscape mode) by moving the profile bar from the side to the top.
This commit is contained in:
norbjd 2022-11-06 16:20:53 +01:00 committed by GitHub
parent 2ac3afa5b2
commit 4ae9d8e797
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;
}