about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/drawer.scss
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2021-04-02 13:57:04 -0500
committerStarfall <us@starfall.systems>2021-04-02 13:57:04 -0500
commit0f7be4b48947a9edcbb6fb84d5d0fd9150ee0870 (patch)
tree6ddcb284bdf3960d2df5e334bdf0a519fd1f7fa4 /app/javascript/flavours/glitch/styles/components/drawer.scss
parentfe6381b9acc28cd610b032160de2952e1fdefc86 (diff)
parent935e376078fa8716ea5475a45602301fd3d6b081 (diff)
Merge commit '935e376078fa8716ea5475a45602301fd3d6b081'
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 570813831..edc16e250 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 & {
@@ -234,7 +240,7 @@
     display: block;
     width: 100%;
     height: 100%;
-    border: none;
+    border: 0;
     cursor: inherit;
   }