/* ==UserStyle==
@name           youtubeタイトル3行に増やす
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    youtubeのサムネのタイトルを2行から3行に
@author         Me
@license        MIT
@downloadURL https://update.greasyfork.org/scripts/469123/youtube%E3%82%BF%E3%82%A4%E3%83%88%E3%83%AB3%E8%A1%8C%E3%81%AB%E5%A2%97%E3%82%84%E3%81%99.user.css
@updateURL https://update.greasyfork.org/scripts/469123/youtube%E3%82%BF%E3%82%A4%E3%83%88%E3%83%AB3%E8%A1%8C%E3%81%AB%E5%A2%97%E3%82%84%E3%81%99.meta.css
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/") {
#meta {
    overflow: hidden;
}
.ytd-rich-grid-row.style-scope {
    margin-bottom: 15px;
}
#video-title.ytd-rich-grid-media {
    max-height: 6.6rem;
    height: 66px;
    -webkit-line-clamp: 3;
}
}