【Misskey】チャンネルノートの線を左端に移動させるカスタムCSS
- /* 「タイムラインのノートを離して表示」がオフの時、チャンネルのノートであることを示す線をノートの左端にピッタリくっつける */
- .xzSZs.xwehs > .xqbRq .x3762 {
- article.x5yeR, div.xBwhh, .xD2mX.xCFgx {
- position: relative;
- }
- div.xj6M6, .xD2mX.xCFgx > .x3YLY > .xq0fT {
- position: absolute;
- top: 0;
- left: 0;
- border-radius: 0;
- padding: 8px 0;
- }
- }