Nightly: Emoji-Fonts fix Emoji-Picker nutzt Color-Emoji-Font-Stack; Noto Color Emoji vorab geladen
This commit is contained in:
parent
191cf43ec8
commit
64ae191d96
2 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue