diff --git a/CNAME b/CNAME deleted file mode 100644 index d5f9906..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -marker.angelmario.eu \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index d9158a3..5009eeb 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/public/manifest.json b/public/manifest.json deleted file mode 100644 index 2f83707..0000000 --- a/public/manifest.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "Marker", - "short_name": "Marker", - "description": "Marker is a minimalist web editor based on Monaco Editor.", - "categories": ["utilities", "productivity"], - "icons": [ - { - "src": "/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/android-chrome-512x512.png", - "sizes": "512x512", - "type": "image/png" - }, - { - "src": "/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png", - "purpose": "maskable" - }, - { - "src": "/android-chrome-512x512.png", - "sizes": "512x512", - "type": "image/png", - "purpose": "maskable" - } - ], - "start_url": "/", - "theme_color": "#ffffff", - "display": "standalone", - - "file_handlers": [ - { - "action": "/", - "accept": { - "text/plain": ".txt", - "text/c": ".c", - "text/python": ".py", - "text/cpp": ".cpp", - "text/markdown": ".md", - "text/css": ".css", - "text/html": ".html", - "application/json": ".json", - "application/manifest+json": ".webmanifest", - "text/javascript": ".js", - "text/typescript": ".ts" - }, - "launch_type": "single-client" - } - ] -} diff --git a/src/app.css b/src/app.css index f0865ff..0071e60 100644 --- a/src/app.css +++ b/src/app.css @@ -45,19 +45,21 @@ html, body, #app { box-shadow: 0 0 10px 1px var(--vscode-widget-shadow); border-radius: calc(var(--radius) * 2); padding: 1rem; - z-index: 99; + z-index: 9999; transition: opacity 1s ease-out; } /* Status */ #marker-status { + position: fixed!important; display: flex; flex-flow: row; flex-wrap: nowrap; align-items: center; - z-index: 99; + z-index: 9999; padding: 0 16px; top: calc(100vh - 24px); + right: 0; bottom: 0; left: 0; width: 100%;