forked from leftypol/leftypol
Merge branch '34-catalog-issues' into 'config'
Resolve "Catalog troubles" Closes #34 See merge request leftypol/leftypol!7
This commit is contained in:
commit
873b14d848
2 changed files with 40 additions and 24 deletions
|
@ -923,10 +923,14 @@ form.ban-appeal textarea {
|
|||
display:inline!important;
|
||||
}
|
||||
pre {
|
||||
margin:0
|
||||
margin: 0;
|
||||
display: inline!important;
|
||||
}
|
||||
|
||||
.theme-catalog .controls > span {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.theme-catalog div.thread img {
|
||||
float: none!important;
|
||||
margin: auto;
|
||||
|
@ -936,13 +940,20 @@ pre {
|
|||
border: 2px solid rgba(153,153,153,0);
|
||||
}
|
||||
|
||||
/* Still for the catalog theme */
|
||||
#Grid {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
gap: 0.2em;
|
||||
}
|
||||
|
||||
.theme-catalog div.thread {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
padding: 2px;
|
||||
height: 300px;
|
||||
width: 205px;
|
||||
|
@ -961,7 +972,6 @@ pre {
|
|||
|
||||
.theme-catalog div.threads {
|
||||
text-align: center;
|
||||
margin-left: -20px;
|
||||
}
|
||||
|
||||
.theme-catalog div.thread:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue