about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/local_settings.scss
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-02-25 21:20:01 +0100
committerClaire <claire.github-309c@sitedethib.com>2023-02-25 23:46:23 +0100
commitcc94cc86aec60d3817f40047bc358fce5b1dbc91 (patch)
tree78f0171cd30b0243a820b19b971cd4399617ab07 /app/javascript/flavours/glitch/styles/components/local_settings.scss
parentac8512a73aade4cbca5d043a429160da2f01ad75 (diff)
Fix glitch-soc SCSS code style and refactor closer to upstream
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/local_settings.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/local_settings.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/local_settings.scss b/app/javascript/flavours/glitch/styles/components/local_settings.scss
index cd441a0c0..52516cfb5 100644
--- a/app/javascript/flavours/glitch/styles/components/local_settings.scss
+++ b/app/javascript/flavours/glitch/styles/components/local_settings.scss
@@ -94,7 +94,7 @@
 .glitch.local-settings__page {
   display: block;
   flex: auto;
-  padding: 15px 20px 15px 20px;
+  padding: 15px 20px;
   width: 360px;
   overflow-y: auto;
 }