From 9e72458ad0226caa9279f0430594442529d9a709 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 10 Sep 2020 15:14:22 +0300 Subject: Add simple settings section. Fixes #15 --- web/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web/index.css') diff --git a/web/index.css b/web/index.css index d0ea06c..8877da6 100644 --- a/web/index.css +++ b/web/index.css @@ -82,3 +82,11 @@ div.sticker { object-fit: contain; } div.sticker > img.visible { display: initial; } + +div.settings-list { + display: flex; } + div.settings-list button { + width: 100%; + margin: .5rem; + padding: .5rem; + border-radius: .25rem; } -- cgit v1.2.3