Make the columns wider

This commit is contained in:
Kegan Myers 2017-04-16 11:04:32 -05:00
parent 169806c495
commit 7e398fa712
1 changed files with 10 additions and 0 deletions

View File

@ -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 {