mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
保存し忘れ
This commit is contained in:
parent
03b2366f73
commit
22a1b0c8f0
@ -175,7 +175,7 @@ export default Vue.extend({
|
||||
offsetX = 0;
|
||||
hashtags.map(x => x.style.transform = 'translateX(0)');
|
||||
} else {
|
||||
offsetX -= .25;
|
||||
offsetX--;
|
||||
hashtags.map(x => x.style.transform = `translateX(${offsetX}px)`);
|
||||
}
|
||||
requestAnimationFrame(update);
|
||||
|
Loading…
Reference in New Issue
Block a user