|
@@ -751,8 +751,11 @@ onMounted(async () => {
|
|
|
}
|
|
|
|
|
|
.waterfall {
|
|
|
- width: 90px !important;
|
|
|
- height: 90px !important;
|
|
|
+ width: 120px !important;
|
|
|
+ height: 120px !important;
|
|
|
+ &.animate {
|
|
|
+ animation: tag-animate-zoom 2s -1s linear infinite !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.applet_link {
|