sleeb

an experimental input method
git clone https://tongong.net/git/sleeb.git
Log | Files | Refs | README

commit 4dc7fd010eb7fa62f24badca993e5c3757088b1e
parent 59608adc209b77cd5af11e1e6295a11f3eabee28
Author: tongong <tongong@gmx.net>
Date:   Sat, 26 Feb 2022 18:37:47 +0100

added doctype

Diffstat:
MMakefile | 1+
Msrc/index.html | 1+
Msrc/styles.css | 4++++
3 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -2,6 +2,7 @@ dev: npx parcel src/index.html build: + rm -r dist npx parcel build src/index.html # abuse of git but whatever i just want github pages diff --git a/src/index.html b/src/index.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <head> <title>sleeb</title> diff --git a/src/styles.css b/src/styles.css @@ -65,6 +65,10 @@ kbd { width: 90%; max-width: 1000px; } +.main-content > div > div { + height: 100%; + width: 100%; +} /* key visualization boxes */