mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Improved bookmark card mobile styling
This commit is contained in:
parent
62dcabc236
commit
48e1abae52
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
padding: 20px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.kg-bookmark-title {
|
||||
|
@ -49,6 +50,7 @@
|
|||
width: 100%;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 500;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.kg-bookmark-metadata > *:not(img) {
|
||||
|
@ -84,6 +86,11 @@
|
|||
margin: 0 6px;
|
||||
}
|
||||
|
||||
.kg-bookmark-metadata > span:last-of-type {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.kg-bookmark-thumbnail {
|
||||
position: relative;
|
||||
flex-grow: 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue