forked from GithubBackups/vichan
style.css: adjust catalog thread centering
This commit is contained in:
parent
ecf662c3c8
commit
7290a96e39
@ -633,13 +633,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;
|
||||
@ -657,7 +664,6 @@ pre {
|
||||
|
||||
.theme-catalog div.threads {
|
||||
text-align: center;
|
||||
margin-left: -20px;
|
||||
}
|
||||
|
||||
.theme-catalog div.thread:hover {
|
||||
|
Loading…
x
Reference in New Issue
Block a user