fix: disable double-click on heightmap edit

This commit is contained in:
Azgaar 2024-09-22 20:07:55 +02:00
parent b66874ddda
commit ea27276558
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;
}
@ -2388,6 +2389,10 @@ svg.button {
}
}
#chat-widget-container {
user-select: none;
}
#chat-widget-minimized {
animation: fadeIn 1s ease-in;
transform: scale(0.65);