mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
fix: disable double-click on heightmap edit
This commit is contained in:
parent
b66874ddda
commit
ea27276558
6 changed files with 16 additions and 11 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue