/* ==UserStyle==
@name ニコニコ動画 コメント欄を一行表示
@description コメント欄を一行表示にします
@version 1
@license https://opensource.org/licenses/mit-license.php 
@author 豆腐
@namespace https://greasyfork.org/users/60637
@downloadURL https://update.greasyfork.org/scripts/519821/%E3%83%8B%E3%82%B3%E3%83%8B%E3%82%B3%E5%8B%95%E7%94%BB%20%E3%82%B3%E3%83%A1%E3%83%B3%E3%83%88%E6%AC%84%E3%82%92%E4%B8%80%E8%A1%8C%E8%A1%A8%E7%A4%BA.user.css
@updateURL https://update.greasyfork.org/scripts/519821/%E3%83%8B%E3%82%B3%E3%83%8B%E3%82%B3%E5%8B%95%E7%94%BB%20%E3%82%B3%E3%83%A1%E3%83%B3%E3%83%88%E6%AC%84%E3%82%92%E4%B8%80%E8%A1%8C%E8%A1%A8%E7%A4%BA.meta.css
==/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;;
        }
      }
    }
  }
  
}
}