透過調整真白萌的用戶介面來改善使用體驗。
/* ==UserStyle==
@name 真白萌:更好的用戶介面
@description 透過調整真白萌的用戶介面來改善使用體驗。
@author Jason Kwok
@namespace https://jasonhk.dev/
@version 1.1.0
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://masiro.me/admin")
{
.message-content-list-item-content
{
-webkit-line-clamp: revert !important;
}
}
@-moz-document url-prefix(https://masiro.me/admin/noticeCenter)
{
.sys-notice-item .sys-notice
{
height: revert;
}
.sys-notice-item .notice_details
{
float: revert;
width: revert;
}
.sys-notice-item .notice_details > div:first-of-type
{
float: revert !important;
}
.sys-notice-item .sys_notice_content
{
margin-top: 12.15px;
max-height: revert;
white-space: revert;
}
}
@-moz-document url-prefix(https://masiro.me/admin/noticeMiddlePage)
{
.notice > div:last-of-type
{
width: 98% !important;
height: revert !important;
}
}
@-moz-document url-prefix(https://masiro.me/admin/novelView)
{
.n-ori
{
-webkit-line-clamp: revert;
}
}