Bump related content thumbnails from 56px to 58px
This commit is contained in:
parent
93152ab26d
commit
8ad849cc72
1 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue