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.sass | |
| parent | 6f71cfdd75535837fc19f0fdaaa5b955716ede9e (diff) | |
Add simple settings section. Fixes #15
Diffstat (limited to 'web/index.sass')
| -rw-r--r-- | web/index.sass | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/index.sass b/web/index.sass index a2e84fa..d36e3f0 100644 --- a/web/index.sass +++ b/web/index.sass @@ -105,3 +105,12 @@ div.sticker &.visible display: initial + +div.settings-list + display: flex + + button + width: 100% + margin: .5rem + padding: .5rem + border-radius: .25rem |
