Skip to content

Commit 7878c32

Browse files
committed
変な変更を紛れ込ませるところだった
1 parent 31b4963 commit 7878c32

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

packages/frontend/src/components/MkNotification.vue

-15
Original file line numberDiff line numberDiff line change
@@ -485,21 +485,6 @@ function getActualReactedUsersCount(notification: Misskey.entities.Notification)
485485
background: linear-gradient(0deg, #d37566, #703827);
486486
}
487487

488-
.iconFrame_gold {
489-
&:before {
490-
content: "";
491-
display: block;
492-
position: absolute;
493-
top: 30px;
494-
width: 200px;
495-
height: 8px;
496-
rotate: -45deg;
497-
translate: -30px;
498-
background: #ffffff88;
499-
animation: shine 2s infinite;
500-
}
501-
}
502-
503488
@container (max-width: 600px) {
504489
.root {
505490
padding: 16px;

0 commit comments

Comments
 (0)