diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 352f0d78..67ba714f 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -133,7 +133,7 @@ -
+
  • {{ $t('settings.notification_visibility_repeats') }} @@ -530,20 +530,6 @@ $status-margin: 0.75em; } } -.status-fadein { - animation-duration: 0.4s; - animation-name: fadein; -} - -@keyframes fadein { - from { - opacity: 0; - } - to { - opacity: 1; - } -} - .greentext { color: green; }