Sean Cross 4ff0642139 mobile: fix mobile view
This uses `dvh` and `dvw` rather than `vh` and `vw`, which excludes
things like the address bar and the keyboard.

Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-03 19:35:34 +08:00
2023-12-03 19:35:34 +08:00
2023-12-03 19:35:34 +08:00
2023-12-03 19:35:34 +08:00
2023-12-01 23:49:39 +08:00
2023-12-01 23:49:39 +08:00
2023-12-03 16:58:54 +08:00
2023-12-03 16:58:54 +08:00
2023-12-03 19:35:34 +08:00

Farpatch UI

Getting Started

Install the required packages:

npm install

Usage

This repository installs things within the node_modules directory. To run commands, prefix them with npx. For example, to run the Typescript compiler, run npx tsc. Or to run Webpack, run npx webpack.

You will likely be using npm run build to build software, and npm run start to start interactive development.

Description
New UI for Farpatch
Readme 1.2 MiB
Languages
CSS 59.3%
JavaScript 16.1%
TypeScript 15.1%
HTML 9.5%