storage
{{ channelData.name }}
@@ -36,25 +36,8 @@ export default {
diff --git a/src/components/app/relationships/FriendsTemplate.vue b/src/components/app/relationships/FriendsTemplate.vue
index 5fa82a9..04bdf45 100644
--- a/src/components/app/relationships/FriendsTemplate.vue
+++ b/src/components/app/relationships/FriendsTemplate.vue
@@ -1,7 +1,7 @@
-
+
@@ -238,32 +238,13 @@ export default {
height: 100%;
}
-.notifyAnimation {
- animation: notifyAnime;
- animation-duration: 1s;
- animation-iteration-count: infinite;
- animation-fill-mode: forwards;
-}
.box {
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
}
-@keyframes notifyAnime {
- 0% {
- background: rgba(121, 3, 3, 0.541);
- }
- 40% {
- background: rgba(255, 0, 0, 0.568);
- }
- 60% {
- background: rgba(255, 0, 0, 0.568);
- }
- 100% {
- background: rgba(121, 3, 3, 0.541);
- }
-}
+
.coming-soon {
display: flex;