コメント欄を一行表示にします
/* ==UserStyle==
@name ニコニコ動画 コメント欄を一行表示
@description コメント欄を一行表示にします
@version 1
@license https://opensource.org/licenses/mit-license.php
@author 豆腐
@namespace https://greasyfork.org/users/60637
==/UserStyle== */
@-moz-document url-prefix("https://www.nicovideo.jp/watch/") {
.h_var\(--watch-player-height\) {
.pl_x2 {
padding-left: 8px !important;
.custom-scrollbar_true {
padding-right: 0 !important;
.jc_space-between {
padding-inline: 0 !important;
padding-block: 1px !important;
border-radius: 0 !important;
gap: 8px !important;
div {
display: flex !important;
justify-content: space-between !important;
width : calc(100% - 60px) !important;
gap: 4px !important;
p{
align-content: center !important;
text-overflow: none !important;
white-space: nowrap !important;
font-weight: normal !important;
}
p:first-child {
flex-grow: 1 !important;
}
}
[id^="dialog"][id$="trigger"] {
flex-direction: row !important;;
}
}
}
}
}
}