changed emoji picker input size

main
alexanderroese 2024-08-13 12:46:14 +02:00
parent b08d759723
commit 295bff60a4
1 changed files with 4 additions and 0 deletions

View File

@ -162,6 +162,10 @@
width: 100%; width: 100%;
--emoji-size: 2.5rem; --emoji-size: 2.5rem;
} }
.shx-emoji-picker input {
font-size: 14px;
}
</style> </style>
<script type="module"> <script type="module">