diff options
Diffstat (limited to 'app/javascript/themes/glitch/features/local_settings/page/style.scss')
-rw-r--r-- | app/javascript/themes/glitch/features/local_settings/page/style.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/javascript/themes/glitch/features/local_settings/page/style.scss b/app/javascript/themes/glitch/features/local_settings/page/style.scss deleted file mode 100644 index e9eedcad0..000000000 --- a/app/javascript/themes/glitch/features/local_settings/page/style.scss +++ /dev/null @@ -1,9 +0,0 @@ -@import 'styles/mastodon/variables'; - -.glitch.local-settings__page { - display: block; - flex: auto; - padding: 15px 20px 15px 20px; - width: 360px; - overflow-y: auto; -} |