+
+`
+
// By default we just let the browser handle scrolling to sections, but webviews on Element iOS
// open the link in the browser instead of just scrolling there, so we need to scroll manually:
const scrollToSection = (evt, id) => {
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
diff --git a/web/res/settings.svg b/web/res/settings.svg
new file mode 100644
index 0000000..51f966f
--- /dev/null
+++ b/web/res/settings.svg
@@ -0,0 +1 @@
+
\ No newline at end of file