Improved bookmark card mobile styling

This commit is contained in:
Sodbileg Gansukh 2021-11-25 13:55:44 +08:00
parent 62dcabc236
commit 48e1abae52

View File

@ -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;