[PR #6520] [MERGED] fix(web): better button placement within the user management table #11222

Closed
opened 2026-02-05 14:35:39 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/6520
Author: @Funk66
Created: 1/20/2024
Status: Merged
Merged: 1/20/2024
Merged by: @jrasm91

Base: mainHead: fix/table-buttons


📝 Commits (1)

  • 976a8e2 fix(web): better button placement within table

📊 Changes

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

View changed files

📝 web/src/routes/admin/user-management/+page.svelte (+1 -1)

📄 Description

Since the addition of the "Has quota" and "Can import" columns, action buttons look crammed for viewports between 1280px and 1535px. I fixed this by removing the table cell padding, which seemed unnecessary to me given that these buttons already have margins that are wide enough on all screen sizes.

Before:
Screenshot 2024-01-20 at 00-20-12 User Management
After:
Screenshot 2024-01-20 at 00-10-44 User Management


🔄 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/immich-app/immich/pull/6520 **Author:** [@Funk66](https://github.com/Funk66) **Created:** 1/20/2024 **Status:** ✅ Merged **Merged:** 1/20/2024 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `fix/table-buttons` --- ### 📝 Commits (1) - [`976a8e2`](https://github.com/immich-app/immich/commit/976a8e22150a2177289e5d29958b5502bc3c90ec) fix(web): better button placement within table ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `web/src/routes/admin/user-management/+page.svelte` (+1 -1) </details> ### 📄 Description Since the addition of the "Has quota" and "Can import" columns, action buttons look crammed for viewports between 1280px and 1535px. I fixed this by removing the table cell padding, which seemed unnecessary to me given that these buttons already have margins that are wide enough on all screen sizes. Before: ![Screenshot 2024-01-20 at 00-20-12 User Management](https://github.com/immich-app/immich/assets/3842222/afdc2d16-0005-4a49-b1c7-e5a3deeaa852) After: ![Screenshot 2024-01-20 at 00-10-44 User Management](https://github.com/immich-app/immich/assets/3842222/ce37393c-8315-4349-a479-2704c1a5ced2) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:35:39 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#11222