mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-10 09:14:37 +00:00
Integrated capacitor, adjusted the fetch urls and UI elements position to fit the safe area on mobile
This commit is contained in:
@@ -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()}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user