nafumofu · @nafumofu
4 followers · 25 posts · Server social.vivaldi.net

/* タイリングの表示を改善する */
-container:has(.mosaic) {
padding: 0 !important;
}
.mosaic-tile {
margin: 2px !important;
}
.mosaic-tile * {
border-radius: 0 !important;
}

#vivaldimod #webview

Last updated 2 years ago

nafumofu · @nafumofu
2 followers · 7 posts · Server social.vivaldi.net

うーん、右クリックでも反応してしまう。

/* フォルダーをワンクリックで開く */
.tree-item:active .expand-icon::before {
content: "";
position: absolute;
inset: 0;
}

#vivaldimod

Last updated 2 years ago