Nightly: Custom-Emoji-Feature entfernt (UI + Styles), nur 'Badges entfernen' bleibt
This commit is contained in:
parent
9bb402edd3
commit
23b90b5923
3 changed files with 4 additions and 44 deletions
|
|
@ -442,15 +442,7 @@ header p {
|
|||
max-height: 280px; overflow-y: auto;
|
||||
z-index: 20000;
|
||||
}
|
||||
.emoji-picker {
|
||||
display: grid; grid-template-columns: repeat(10, 2rem); gap: .25rem; padding: .5rem;
|
||||
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; width: 2rem; height: 2rem; cursor: pointer; font-family: inherit; display: grid; place-items: center; }
|
||||
.emoji-picker img { width: 1.6rem; height: 1.6rem; }
|
||||
/* Emoji-Picker entfernt */
|
||||
.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