about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/drawer.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/drawer.scss
parent454d036b747f9568e83fba020f999ddb2c736084 (diff)
Fix various CodeClimate warnings
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/drawer.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/drawer.scss12
1 files changed, 9 insertions, 3 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/drawer.scss b/app/javascript/flavours/glitch/styles/components/drawer.scss
index fa410234a..b6d06f53a 100644
--- a/app/javascript/flavours/glitch/styles/components/drawer.scss
+++ b/app/javascript/flavours/glitch/styles/components/drawer.scss
@@ -15,10 +15,16 @@
     padding-right: 10px;
   }
 
-  @include single-column('screen and (max-width: 630px)') { flex: auto }
+  @include single-column('screen and (max-width: 630px)') {
+    flex: auto;
+  }
 
   @include limited-single-column('screen and (max-width: 630px)') {
-    &, &:first-child, &:last-child { padding: 0 }
+    &,
+    &:first-child,
+    &:last-child {
+      padding: 0;
+    }
   }
 
   .wide & {
@@ -230,7 +236,7 @@
     display: block;
     width: 100%;
     height: 100%;
-    border: none;
+    border: 0;
     cursor: inherit;
   }