about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/accounts.scss
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-03-06 13:12:35 +0100
committerClaire <claire.github-309c@sitedethib.com>2021-03-06 14:51:53 +0100
commit318efa49de8d0b9615427c99ab07c591230dfd80 (patch)
tree04625e00a78b73247bea6374aebed696de9ce45b /app/javascript/flavours/glitch/styles/components/accounts.scss
parent454d036b747f9568e83fba020f999ddb2c736084 (diff)
Fix various CodeClimate warnings
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/accounts.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/accounts.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/accounts.scss b/app/javascript/flavours/glitch/styles/components/accounts.scss
index c0bbe5633..6dcfbcb02 100644
--- a/app/javascript/flavours/glitch/styles/components/accounts.scss
+++ b/app/javascript/flavours/glitch/styles/components/accounts.scss
@@ -14,7 +14,7 @@
   }
 
   &.small {
-    border: none;
+    border: 0;
     padding: 0;
 
     & > .account__avatar-wrapper { margin: 0 8px 0 0 }
@@ -278,7 +278,7 @@
 }
 
 .account-gallery__item {
-  border: none;
+  border: 0;
   box-sizing: border-box;
   display: block;
   position: relative;