プログラミングをするのに難しい知識は必要ない。例えば、今のマストドンのUIは糞だが、CSSと呼ばれるスタイルを記述する設定ファイルをちょっといじるだけで簡単に自分の好きなように買えられる。たとえば、これが私の改造したUIだ。 https://friends.nico/media/sD-YxCJRm2dmLw_tezw
この改造をするには、いかのようなCSSを書けば良い。
.drawer { width : 25% !important ; height : 360px !important ;}
.column { flex : 1 1 0 !important ;} .column:nth-child(3) { position : fixed !important ; width : 25% !important ; margin-top : 350px !important ; height : 100% ; padding-left : 10px !important ;}
/* 注意! ニコニコ連携へのリンクを消す。*/div.nico-connect-account { display : none !important ;}
div.column-icon.collapsable + div { overflow : scroll !important ;}
@EzoeRyou 通知の場所、いいですね!
@moffy そうだろう。CSSは後悔しておいたので使うと良い。
friends.nicoはドワンゴが運営するマストドンインスタンスです
この改造をするには、いかのようなCSSを書けば良い。
.drawer {
width : 25% !important ;
height : 360px !important ;
}
.column {
flex : 1 1 0 !important ;
}
.column:nth-child(3) {
position : fixed !important ;
width : 25% !important ;
margin-top : 350px !important ;
height : 100% ;
padding-left : 10px !important ;
}
/*
注意! ニコニコ連携へのリンクを消す。
*/
div.nico-connect-account {
display : none !important ;
}
div.column-icon.collapsable + div {
overflow : scroll !important ;
}