op bookmarks
This commit is contained in:
@@ -23,7 +23,7 @@ const emit = defineEmits<{
|
|||||||
<div class="data-table-body styled-scrollbar">
|
<div class="data-table-body styled-scrollbar">
|
||||||
<article v-for="bookmark in bookmarks" :key="bookmark.url" class="data-table-row bookmarks-grid">
|
<article v-for="bookmark in bookmarks" :key="bookmark.url" class="data-table-row bookmarks-grid">
|
||||||
<div class="row-cell primary-cell">
|
<div class="row-cell primary-cell">
|
||||||
<strong>{{ bookmark.title }}</strong>
|
<strong :title="bookmark.title">{{ bookmark.title }}</strong>
|
||||||
</div>
|
</div>
|
||||||
<div class="row-cell muted-cell" :title="bookmark.url">{{ bookmark.url }}</div>
|
<div class="row-cell muted-cell" :title="bookmark.url">{{ bookmark.url }}</div>
|
||||||
<div class="row-cell actions-cell">
|
<div class="row-cell actions-cell">
|
||||||
@@ -123,6 +123,9 @@ const emit = defineEmits<{
|
|||||||
display: block;
|
display: block;
|
||||||
font-size: 0.93rem;
|
font-size: 0.93rem;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.muted-cell {
|
.muted-cell {
|
||||||
|
|||||||
Reference in New Issue
Block a user