fix: disable double-click on heightmap edit

This commit is contained in:
Azgaar 2024-09-22 20:07:55 +02:00 committed by sofronaspe
parent 342ee80258
commit 10a7e4599c
6 changed files with 16 additions and 11 deletions

View file

@ -673,6 +673,7 @@ input[type="color"]::-webkit-color-swatch-wrapper {
border: none;
padding: 0.45em 0.75em;
margin: 0.4em 0;
white-space: nowrap;
font-family: var(--monospace);
animation: glowing 2s infinite;
}
@ -2432,6 +2433,10 @@ svg.button {
}
}
#chat-widget-container {
user-select: none;
}
#chat-widget-minimized {
animation: fadeIn 1s ease-in;
transform: scale(0.65);