mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 01:40:21 +03:00
Improved bookmark card mobile styling
This commit is contained in:
parent
62dcabc236
commit
48e1abae52
@ -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…
Reference in New Issue
Block a user