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:
parent
a021553203
commit
1320adbba7
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue