0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Fixed user avatar design

This commit is contained in:
Djordje Vlaisavljevic 2022-05-17 17:24:12 +02:00
parent a021553203
commit 1320adbba7

View file

@ -710,9 +710,16 @@
.gh-post-bookmark-details {
display: flex;
align-items: center;
color: var(--midgrey);
font-size: 1.4rem;
font-weight: 500;
overflow: hidden;
text-overflow: ellipsis;
}
.gh-post-bookmark-author-image {
width: 20px;
height: 20px;
margin-right: 6px;
}