プロジェクトタイトルの隣に今日の日付を表示するUserCSS
code:stylexx.css
.quick-launch .project-home {
padding: 0 0 0 10px;
}
.quick-launch .project-home .title::after {
content: "";
margin-left: 10px;
padding: 5px 0px 5px 50px;
background-size: contain;
background-repeat: no-repeat;
}
2024-04-17:UIアップデート対応
code:style.css
.project-home::after {
display: block;
flex-shrink: 0;
height: 36px;
aspect-ratio: 4 / 3;
/* margin-left: 6px; */
margin-left: 10px;
content: "";
background-repeat: no-repeat;
background-size: contain;
}