[PR #1257] [MERGED] fix: fit popover content box to emoji picker size #1781

Closed
opened 2026-03-02 11:59:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1257
Author: @Mxrk
Created: 4/13/2025
Status: Merged
Merged: 4/13/2025
Merged by: @MohamedBassem

Base: mainHead: patch-4


📝 Commits (1)

  • 26de591 fix: fit popover content box to emoji picker size

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 apps/web/components/dashboard/lists/EditListModal.tsx (+1 -1)

📄 Description

Currently when adjusting the emoji for a list, the Popover-Content box is smaller than the actual emoji picker "box" as seen on the screenshot:
image

I fixed this problem with PopoverContent className="w-auto"> which was also used in github.com/karakeep-app/karakeep@cf97bace33/apps/web/components/dashboard/bookmarks/EditBookmarkDialog.tsx (L283)

With this fix it looks like this:
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/1257 **Author:** [@Mxrk](https://github.com/Mxrk) **Created:** 4/13/2025 **Status:** ✅ Merged **Merged:** 4/13/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `patch-4` --- ### 📝 Commits (1) - [`26de591`](https://github.com/karakeep-app/karakeep/commit/26de59128a23c616fc38b31bc7da9872eb09c834) fix: fit popover content box to emoji picker size ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/dashboard/lists/EditListModal.tsx` (+1 -1) </details> ### 📄 Description Currently when adjusting the emoji for a list, the Popover-Content box is smaller than the actual emoji picker "box" as seen on the screenshot: ![image](https://github.com/user-attachments/assets/2a71f7ae-9117-440a-af71-837788243364) I fixed this problem with `PopoverContent className="w-auto">` which was also used in https://github.com/karakeep-app/karakeep/blob/cf97bace33fdd14f29ce947d55d17cba8fa85c11/apps/web/components/dashboard/bookmarks/EditBookmarkDialog.tsx#L283 With this fix it looks like this: ![image](https://github.com/user-attachments/assets/f3231245-c25a-4292-9a4d-b7378125d340) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:59:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1781
No description provided.