From 64ae191d964fda9062aae3fedd51e11937844759 Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Sat, 9 Aug 2025 21:44:52 +0200 Subject: [PATCH] Nightly: Emoji-Fonts fix Emoji-Picker nutzt Color-Emoji-Font-Stack; Noto Color Emoji vorab geladen --- web/index.html | 1 + web/src/styles.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 45d294e..bf11631 100644 --- a/web/index.html +++ b/web/index.html @@ -6,6 +6,7 @@ Soundboard + diff --git a/web/src/styles.css b/web/src/styles.css index aa147e8..34185e1 100644 --- a/web/src/styles.css +++ b/web/src/styles.css @@ -453,8 +453,9 @@ header p { max-height: 260px; overflow: auto; background: #0f1530; border:1px solid rgba(255,255,255,.28); border-radius: 12px; box-shadow: 0 24px 48px rgba(0,0,0,.6); z-index: 300000; + font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", system-ui, sans-serif; } -.emoji-picker button { background: transparent; border: 0; font-size: 1.25rem; cursor: pointer; } +.emoji-picker button { background: transparent; border: 0; font-size: 1.35rem; line-height: 1.35rem; cursor: pointer; font-family: inherit; } .emoji-picker button:hover { filter: brightness(1.2); } .select-item { width: 100%; text-align: left; padding: 10px 12px; color: #e7e7ee;