Integrated capacitor, adjusted the fetch urls and UI elements position to fit the safe area on mobile

This commit is contained in:
oleksandr-shysh
2025-06-12 11:18:32 +03:00
parent 0cd663df02
commit c5fde1d287
19 changed files with 212 additions and 76 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ export class ControlPanel extends LitElement implements Layer {
</style>
<div
class="${this._isVisible
? "w-[320px] text-sm lg:text-m bg-gray-800/70 p-2 pr-3 lg:p-4 shadow-lg lg:rounded-lg backdrop-blur"
? "w-[320px] text-sm lg:text-m bg-gray-800/70 p-2 pr-3 lg:p-4 shadow-lg lg:rounded-lg backdrop-blur safe-pb"
: "hidden"}"
@contextmenu=${(e) => e.preventDefault()}
>