diff --git a/src/assets/vivaldi.png b/src/assets/vivaldi.png new file mode 100644 index 0000000..13db241 Binary files /dev/null and b/src/assets/vivaldi.png differ diff --git a/src/assets/yandex.png b/src/assets/yandex.png new file mode 100644 index 0000000..1f700fa Binary files /dev/null and b/src/assets/yandex.png differ diff --git a/src/components/browser-data/AssociatedProfilesModal.vue b/src/components/browser-data/AssociatedProfilesModal.vue index 99b14dd..0c99a0e 100644 --- a/src/components/browser-data/AssociatedProfilesModal.vue +++ b/src/components/browser-data/AssociatedProfilesModal.vue @@ -42,7 +42,7 @@ function hasBookmarkPath(profile: ModalProfile): profile is BookmarkAssociatedPr - @@ -137,10 +138,10 @@ function hasBookmarkPath(profile: ModalProfile): profile is BookmarkAssociatedPr display: flex; flex-direction: column; min-height: 0; - overflow: auto; border: 1px solid rgba(148, 163, 184, 0.18); border-radius: 18px; background: var(--panel-strong); + overflow: hidden; } .modal-grid { @@ -155,9 +156,6 @@ function hasBookmarkPath(profile: ModalProfile): profile is BookmarkAssociatedPr } .modal-table-header { - position: sticky; - top: 0; - z-index: 2; padding: 10px 14px; border-bottom: 1px solid rgba(148, 163, 184, 0.14); background: rgba(248, 250, 252, 0.94); @@ -165,6 +163,11 @@ function hasBookmarkPath(profile: ModalProfile): profile is BookmarkAssociatedPr -webkit-backdrop-filter: blur(12px); } +.modal-table-body { + min-height: 0; + overflow: auto; +} + .header-cell { color: var(--muted); font-size: 0.81rem; diff --git a/src/components/browser-data/BookmarksList.vue b/src/components/browser-data/BookmarksList.vue index 6c2a409..ebd9b62 100644 --- a/src/components/browser-data/BookmarksList.vue +++ b/src/components/browser-data/BookmarksList.vue @@ -14,25 +14,26 @@ const emit = defineEmits<{