Created
December 12, 2018 17:18
-
-
Save karasugawasu/b7d352cf138716f67505d75c3b7caef8 to your computer and use it in GitHub Desktop.
もっと見るを10行で表示させる
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// app/javascript/styles/mastodon/components.scss | |
//726行目 | |
.status__content.status__content--collapsed { | |
max-height: 20px * 10; // 10 lines | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// app/javascript/mastodon/components/status_content.js | |
//9行目 | |
const MAX_HEIGHT = 202; // 20px * 10 (+ 2px padding at the top) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment