about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/status.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/status.scss
parentfe6381b9acc28cd610b032160de2952e1fdefc86 (diff)
parent935e376078fa8716ea5475a45602301fd3d6b081 (diff)
Merge commit '935e376078fa8716ea5475a45602301fd3d6b081'
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/status.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/status.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss
index e067c9335..c1249d0c4 100644
--- a/app/javascript/flavours/glitch/styles/components/status.scss
+++ b/app/javascript/flavours/glitch/styles/components/status.scss
@@ -209,7 +209,7 @@
   display: inline-block;
   border-radius: 2px;
   background: lighten($ui-base-color, 30%);
-  border: none;
+  border: 0;
   color: $inverted-text-color;
   font-weight: 500;
   font-size: 11px;
@@ -389,8 +389,10 @@
       &:after {
         content: "";
         position: absolute;
-        top: 0; bottom: 0;
-        left: 0; right: 0;
+        top: 0;
+        bottom: 0;
+        left: 0;
+        right: 0;
         background: linear-gradient(rgba($ui-base-color, 0), rgba($ui-base-color, 1));
         pointer-events: none;
       }