Fixes for bunker_like.css (did't like the catalog changes)

This commit is contained in:
towards-a-new-leftypol 2024-02-11 16:11:02 -05:00
parent aadc85af66
commit 37b9272e99
1 changed files with 32 additions and 0 deletions

View File

@ -194,3 +194,35 @@ table thead th {
color: #ACACAC;
border: 1px solid #117743;
}
/*
* catalog view fixes
*/
.theme-catalog div.thread {
margin-top: 2px;
margin-bottom: 2px;
margin-left: 4px;
margin-right: 4px;
padding: 2px;
}
.theme-catalog div.grid-size-small {
width: 140px;
max-width: 140px;
height: 192px;
}
.theme-catalog div.grid-size-small img,
.theme-catalog div.grid-size-vsmall img {
max-height: 33%;
max-width: 95%;
}
.theme-catalog div.grid-size-vsmall img {
max-height: 49px;
}
.theme-catalog .thread .meta {
font-size: 10pt;
}