Seol Park

Results 4 comments of Seol Park

Maybe duplicate of #5?

> [chalkpe.github.io](https://chalkpe.github.io) Great work, thanks! :heart_eyes:

Here's alternative without changing any ACT options paste below code to **kagerou config -> More > CSS** and click **Save**. ```css #table li.me .flex-column-i-name { font-size: 0; } #table li.me...

Current workaround for me: ```tsx // https://github.com/react-component/pagination/blob/master/src/Options.jsx#L154 useEffect(() => document .querySelector('[class$="-quick-jumper"] input') ?.setAttribute('placeholder', '···쪽') ); ```