Skip to content

jmvbt.com - 2022/6/26 上午9:52:45 by frocelu

Details

Authorfrocelu

LicenseNo License

Categoryuserstyles

Created

Updated

Size852 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

調整影片介紹欄位,顯示完整名稱。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           jmvbt.com - 2022/6/26 上午9:52:45
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("jmvbt.com") {
	/* 在此插入程式碼…… */
	#PoShow_Box {
		font-family: "Noto Sans TC", "Noto Sans JP", "Noto Sans SC"!important;
		display: flex;
		width: 85vw;
		flex-wrap: wrap;
		justify-content: Center;
		height: auto!important;
	}
	.Po_topic {
		min-height: 285px!important;
		height: auto!important;
		flex-direction: column;
		display: flex;
		align-items: center;
		width: 175px!important;
		padding: 5px;
		box-sizing: border-box;
		flex-basis: calc(100%/8);
	}
	.Po_topic > * {
		height: auto!important;
		width: auto!important;
	}
	.Po_topic_title {
		order: 4
	}
	.PageBar {
		width: 100%!important;
	}
}

Reviews

No reviews yet.