Bring back proper box model for the catalog.
Effectively reverts: - 3bc3aabc05347945fb1497e9f2e724e008436d03 - eb26a09ce575b75f53d7c5477aee9ecfe37a9b04
This commit is contained in:
parent
42729c4a47
commit
f6bf39e4c3
@ -396,16 +396,16 @@ body > .desktop:not(hr):not(.navLinks):not(#boardNavDesktop):not(#boardNavDeskto
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.catalog-mode .board {
|
.catalog-mode .board {
|
||||||
text-align: center;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.catalog-thread {
|
.catalog-thread {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
text-align: left;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 0 2px 5px;
|
margin: 0 2px 5px;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
vertical-align: top;
|
|
||||||
}
|
}
|
||||||
.catalog-small .catalog-thread {
|
.catalog-small .catalog-thread {
|
||||||
width: 165px;
|
width: 165px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user