diff options
| author | Tulir Asokan <tulir@maunium.net> | 2020-09-10 15:14:22 +0300 |
|---|---|---|
| committer | Tulir Asokan <tulir@maunium.net> | 2020-09-10 15:14:27 +0300 |
| commit | 9e72458ad0226caa9279f0430594442529d9a709 (patch) | |
| tree | 5b48e7ba5bf70d4c34f4ec446eff42df52e53ddc /web/index.css | |
| parent | 6f71cfdd75535837fc19f0fdaaa5b955716ede9e (diff) | |
Add simple settings section. Fixes #15
Diffstat (limited to 'web/index.css')
| -rw-r--r-- | web/index.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; } |
