about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-02-25 21:20:01 +0100
committerClaire <claire.github-309c@sitedethib.com>2023-02-25 23:46:23 +0100
commitcc94cc86aec60d3817f40047bc358fce5b1dbc91 (patch)
tree78f0171cd30b0243a820b19b971cd4399617ab07 /app/javascript/flavours/glitch/styles/components/index.scss
parentac8512a73aade4cbca5d043a429160da2f01ad75 (diff)
Fix glitch-soc SCSS code style and refactor closer to upstream
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index c52f39512..dde5e4c74 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -1321,12 +1321,10 @@ button.icon-button.active i.fa-retweet {
   right: 0;
   bottom: -1px;
   padding-left: 15px; // space for the box shadow to be visible
-
   z-index: 999;
   align-items: center;
   justify-content: flex-end;
   cursor: pointer;
-
   display: flex;
 
   .wrappy {
@@ -1554,7 +1552,7 @@ button.icon-button.active i.fa-retweet {
 }
 
 @keyframes heartbeat {
-  from {
+  0% {
     transform: scale(1);
     transform-origin: center center;
     animation-timing-function: ease-out;
@@ -1804,9 +1802,11 @@ noscript {
   0% {
     opacity: 1;
   }
+
   30% {
     opacity: 0.75;
   }
+
   100% {
     opacity: 1;
   }