aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-18 17:47:03 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-18 17:47:03 +0100
commit14f08fc0ef5e1ee4790f491dff395cd01414a583 (patch)
treed9c314d9c177581e6313560069b9990a4052fe6b /src/styles
parentShow preferred method to add punctuation (diff)
downloadferdium-app-14f08fc0ef5e1ee4790f491dff395cd01414a583.tar.gz
ferdium-app-14f08fc0ef5e1ee4790f491dff395cd01414a583.tar.zst
ferdium-app-14f08fc0ef5e1ee4790f491dff395cd01414a583.zip
Remove display flex from settings__message
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/settings.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index f06ed7ef8..3bfc3586c 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -320,7 +320,6 @@
320 .settings__message { 320 .settings__message {
321 border-top: 1px solid $theme-gray-lighter; 321 border-top: 1px solid $theme-gray-lighter;
322 color: $theme-gray-light; 322 color: $theme-gray-light;
323 display: flex;
324 margin-top: 40px; 323 margin-top: 40px;
325 padding-top: 15px; 324 padding-top: 15px;
326 325