ステータス:横並び、シンプル
https://scrapbox.io/files/6346d76b3700df00203e22ce.png
OBSの設定
table:obsの設定
ソースの種類 ブラウザ
URL ココフォリアの部屋URL
よこ 1920
たて 1080
code:css
:root {
/** ステータスの横幅 */
--width-status: 170px;
/** ステータス1~6行目の位置調整 */
--left-space-status1: 0px !important;
--left-space-status2: 0px !important;
--left-space-status3: 0px !important;
--left-space-status4: 0px !important;
--left-space-status5: 0px !important;
--left-space-status6: 0px !important;
--degree-total: 0deg !important; /** 角の角度 */
--degree-remain: 0deg !important; /** 角の角度 */
/* (ステータスの横幅×横に並べたい行数)+(隙間の横幅×隙間の数) */
/* 例)(170px × 2) + (15px × 1) = 355px ※20pxくらい大きめに設定しとくと吉 */
--max-width: 380px !important;
/** ステータス同士の距離 */
--space-between-status: 25px;
}
#root > div > div > div:nth-child(8) > div > div > div > div { /* ステータスの隙間 */
margin-right: 15px !important;
}