css: fix long blacklists not truncating in sidebar.
* https://danbooru.donmai.us/forum_topics/9127?page=281#forum_post_160147 * https://css-tricks.com/flexbox-truncated-text
This commit is contained in:
@@ -36,7 +36,8 @@ footer#page-footer {
|
|||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
flex-basis: 15em;
|
flex: 0;
|
||||||
|
min-width: 15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
|
|||||||
Reference in New Issue
Block a user