[PR #6459] [MERGED] Fix: admin theme emoji alignment #31388

Closed
opened 2026-06-17 11:24:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6459
Author: @joepduin
Created: 11/11/2025
Status: Merged
Merged: 11/14/2025
Merged by: @BlackDex

Base: mainHead: fix/admin-theme-emoji-alignment


📝 Commits (3)

  • 58c72e6 Fix: admin theme dropdown emoji alignment
  • 1af3eab Merge branch 'main' into fix/admin-theme-emoji-alignment
  • 1418981 Sprites

📊 Changes

3 files changed (+62 additions, -6 deletions)

View changed files

📝 src/static/scripts/admin.css (+17 -0)
📝 src/static/scripts/admin.js (+11 -2)
📝 src/static/templates/admin/base.hbs (+34 -4)

📄 Description

Emojis look different on each OS and device, so their size and spacing change.
A fixed inline-flex slot keeps every emoji the same width, so the text now always lines up.

Before:
before
After:
after


🔄 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/dani-garcia/vaultwarden/pull/6459 **Author:** [@joepduin](https://github.com/joepduin) **Created:** 11/11/2025 **Status:** ✅ Merged **Merged:** 11/14/2025 **Merged by:** [@BlackDex](https://github.com/BlackDex) **Base:** `main` ← **Head:** `fix/admin-theme-emoji-alignment` --- ### 📝 Commits (3) - [`58c72e6`](https://github.com/dani-garcia/vaultwarden/commit/58c72e698124d8f1ac295b72c5dbec632198b948) Fix: admin theme dropdown emoji alignment - [`1af3eab`](https://github.com/dani-garcia/vaultwarden/commit/1af3eab43c7ebc6bfd7196e656b59945e4538c99) Merge branch 'main' into fix/admin-theme-emoji-alignment - [`1418981`](https://github.com/dani-garcia/vaultwarden/commit/1418981984cbb4d551640f84dde6f78c39bbb11a) Sprites ### 📊 Changes **3 files changed** (+62 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/static/scripts/admin.css` (+17 -0) 📝 `src/static/scripts/admin.js` (+11 -2) 📝 `src/static/templates/admin/base.hbs` (+34 -4) </details> ### 📄 Description Emojis look different on each OS and device, so their size and spacing change. A fixed inline-flex slot keeps every emoji the same width, so the text now always lines up. Before: <img width="266" height="247" alt="before" src="https://github.com/user-attachments/assets/3d0edb10-e7c9-4e2e-a828-58364827de0a" /> After: <img width="234" height="247" alt="after" src="https://github.com/user-attachments/assets/c7125694-5a40-4a7d-9d42-2fa793fa022d" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-17 11:24:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#31388