Bump related content thumbnails from 56px to 58px

This commit is contained in:
russell@unturf.com 2026-02-08 11:35:08 -05:00
parent 93152ab26d
commit 8ad849cc72

View file

@ -2652,7 +2652,7 @@ textarea {
.related-content-item {
display: grid;
grid-template-columns: 56px 1fr;
grid-template-columns: 58px 1fr;
gap: 10px;
padding: 6px 4px;
text-decoration: none;
@ -2663,8 +2663,8 @@ textarea {
}
.related-content-item img {
max-width: 56px;
max-height: 56px;
max-width: 58px;
max-height: 58px;
width: auto;
height: auto;
border-radius: 4px;
@ -2672,8 +2672,8 @@ textarea {
.related-content-no-thumb {
display: block;
width: 56px;
height: 56px;
width: 58px;
height: 58px;
border-radius: 4px;
background: var(--bg-secondary, #e8e8e8);
}