Greasy Fork is available in English.
自定义 timeline 宽度。
/* ==UserStyle==
@name linux.do - 自定义 timeline 宽度
@namespace https://github.com/utags
@version 1.0.0
@description 自定义 timeline 宽度。
@author Pipecraft
@license MIT
@icon https://www.google.com/s2/favicons?sz=64&domain=linux.do
==/UserStyle== */
@-moz-document domain("linux.do"), domain("idcflare.com") {
.timeline-scrollarea-wrapper {
max-width: 150px !important;
}
}