diff options
| author | MohamedBassem <me@mbassem.com> | 2024-09-15 00:50:02 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-09-15 00:50:02 +0000 |
| commit | 47939a5409a0eb18b088c37b011ca6a3c4920746 (patch) | |
| tree | 75a3f6e18ca94d1382080f8654724997adbc6f2e /apps/web/components/dashboard/bookmarks/TextCard.tsx | |
| parent | f263f9e48a38d6b6f0132d8c6ea2a38a6d19d1b6 (diff) | |
| download | karakeep-47939a5409a0eb18b088c37b011ca6a3c4920746.tar.zst | |
feature(web): Add a compact layout. Fixes #379
Diffstat (limited to 'apps/web/components/dashboard/bookmarks/TextCard.tsx')
| -rw-r--r-- | apps/web/components/dashboard/bookmarks/TextCard.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/components/dashboard/bookmarks/TextCard.tsx b/apps/web/components/dashboard/bookmarks/TextCard.tsx index 6fa2a1cf..9876d904 100644 --- a/apps/web/components/dashboard/bookmarks/TextCard.tsx +++ b/apps/web/components/dashboard/bookmarks/TextCard.tsx @@ -31,6 +31,7 @@ export default function TextCard({ bookmarkLayoutSwitch(layout, { grid: null, masonry: null, + compact: null, list: ( <div className={cn( |
