Skip to content

Instantly share code, notes, and snippets.

@karasugawasu
Created December 12, 2018 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karasugawasu/b7d352cf138716f67505d75c3b7caef8 to your computer and use it in GitHub Desktop.
Save karasugawasu/b7d352cf138716f67505d75c3b7caef8 to your computer and use it in GitHub Desktop.
もっと見るを10行で表示させる
// app/javascript/styles/mastodon/components.scss
//726行目
.status__content.status__content--collapsed {
max-height: 20px * 10; // 10 lines
}
// 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