emoji menu CSS update

This commit is contained in:
MathMan05 2025-04-08 19:30:13 -05:00
parent 8412cc2cd6
commit 25817fdaba

View file

@ -1914,18 +1914,22 @@ img.bigembedimg {
width: 360px; width: 360px;
max-height: 100svh; max-height: 100svh;
padding: 12px; padding: 12px;
background: var(--card-bg);
border-radius: 8px; border-radius: 8px;
box-shadow: 0 0 8px var(--shadow); box-shadow: 0 0 8px var(--shadow);
gap: 8px; gap: 8px;
box-sizing: border-box; box-sizing: border-box;
user-select: none; user-select: none;
background: var(--secondary-bg);
input { input {
width: 1in; width: 1in;
position: absolute; position: absolute;
right: 8px; right: 8px;
top: 2px; top: 2px;
transition: width 0.2s; transition: width 0.2s;
background: var(--card-bg);
} }
} }
.emojiHeading { .emojiHeading {
@ -1965,7 +1969,7 @@ img.bigembedimg {
.emojiBody { .emojiBody {
flex: 1; flex: 1;
padding: 6px; padding: 6px;
background: var(--secondary-bg); background: var(--card-bg);
border-radius: 8px; border-radius: 8px;
display: grid; display: grid;
grid-template-columns: repeat(auto-fill, minmax(40px, 1fr)); grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));