fix dark (red) theme catalog view when clicked on

This commit is contained in:
towards-a-new-leftypol 2024-02-22 22:27:56 -05:00
parent 0f62ab3ea0
commit f7e6bb37c5
1 changed files with 3 additions and 0 deletions

View File

@ -265,3 +265,6 @@ table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell {
border: #555555 1px solid; border: #555555 1px solid;
box-sizing: border-box; box-sizing: border-box;
} }
.theme-catalog div.grid-size-small {
max-width: 140px;
}