Improved layout on smaller devices
This commit is contained in:
@ -58,7 +58,7 @@
|
||||
background-color: var(--color-grey-translucent);
|
||||
}
|
||||
}
|
||||
@media only screen and (max-device-width: 620px) {
|
||||
@media only screen and (max-width: 620px) {
|
||||
.mastodonInstance,
|
||||
.feedSuffix {
|
||||
display: none;
|
||||
@ -68,7 +68,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-device-width: 430px) {
|
||||
@media only screen and (max-width: 430px) {
|
||||
.mastodonInstance,
|
||||
.feedSuffix,
|
||||
.secretIngredient {
|
||||
@ -76,7 +76,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-device-width: 370px) {
|
||||
@media only screen and (max-width: 370px) {
|
||||
.label {
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user