Make the columns wider
This commit is contained in:
parent
e6f7043542
commit
b42a494dec
|
@ -889,6 +889,11 @@ a.status__content__spoiler-link {
|
|||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.column {
|
||||
flex-grow: 1;
|
||||
max-width: 600px; // This is just a guess at a sane max value
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 2560px) {
|
||||
|
@ -902,6 +907,11 @@ a.status__content__spoiler-link {
|
|||
height: 90vh;
|
||||
margin-top: 5vh;
|
||||
}
|
||||
|
||||
.column {
|
||||
flex-grow: 1;
|
||||
max-width: 600px; // This is just a guess at a sane max value
|
||||
}
|
||||
}
|
||||
|
||||
.drawer__pager {
|
||||
|
|
Reference in a new issue