CSS: fix catalog view width (being changed on click)

This commit is contained in:
towards-a-new-leftypol 2024-02-12 16:35:22 -05:00
parent 29865bd338
commit 6025b49704
2 changed files with 1 additions and 4 deletions

View File

@ -106,7 +106,3 @@ background: none;
#update_secs { #update_secs {
display: none; display: none;
} }
.theme-catalog div.grid-size-small {
min-width: 180px;
}

View File

@ -915,6 +915,7 @@ pre {
.theme-catalog div.grid-size-small { .theme-catalog div.grid-size-small {
width: 180px; width: 180px;
min-width: 180px;
} }
.theme-catalog div.grid-size-medium img { .theme-catalog div.grid-size-medium img {