Make the columns wider
This commit is contained in:
parent
169806c495
commit
7e398fa712
|
@ -1208,6 +1208,11 @@ a.status__content__spoiler-link {
|
|||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.column {
|
||||
flex-grow: 1;
|
||||
max-width: 600px; // This is just a guess at a sane max value
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1222,6 +1227,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