This commit is contained in:
NewHappyRabbit
2025-02-26 21:26:42 +02:00
parent 45aba4b310
commit 8e9757e1ae
10 changed files with 36 additions and 10 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ export class ControlPanel extends LitElement implements Layer {
</style>
<div
class="${this._isVisible
? "w-full text-sm lg:text-m lg:w-72 bg-gray-800/70 p-2 pr-3 lg:p-4 shadow-lg rounded-lg backdrop-blur"
? "w-full text-sm lg:text-m lg:w-72 bg-gray-800/70 p-2 pr-3 lg:p-4 shadow-lg lg:rounded-lg backdrop-blur"
: "hidden"}"
@contextmenu=${(e) => e.preventDefault()}
>