diff --git a/manifest.json b/manifest.json index 03900c8..96a7dcc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "name": "Status Poster", - "short_name": "Status", + "name": "Post → status.lol", + "short_name": "status.lol", "description": "Post status updates to status.lol", "start_url": ".", "display": "standalone", diff --git a/style.css b/style.css index 524e10e..b5d4675 100644 --- a/style.css +++ b/style.css @@ -60,6 +60,15 @@ } /* ── Reset & base ──────────────────────────────────────────────────────── */ +* { + -webkit-tap-highlight-color: transparent; + -webkit-touch-callout: none; + transition: + background-color 0.15s ease, + color 0.15s ease, + transform 0.1s ease; +} + *, *::before, *::after { @@ -70,6 +79,8 @@ html { height: 100%; + user-select: none; + touch-action: manipulation; } body { @@ -298,6 +309,7 @@ textarea, input[type="url"], input[type="text"], input[type="password"] { + user-select: text; background: var(--surface); border: 1.5px solid var(--border); border-radius: var(--r);