微信读书,样式调整
微信读书,样式调整 by hanshou101
Details
Authorhanshou101
LicenseNo License
Categoryuser
Created
Updated
Size636 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 weread.qq.com - 2023/10/4 08:20:48
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("weread.qq.com") {
/* 在此插入代码... */
/*弹出复制成功框,减缓颜色 */
div.toast.toast_Show {
background: rgba(0, 0, 0, .15);
}
/*修复插件的【主题按钮】的错误*/
#routerView > div.readerControls.readerControls > button.readerControls_item > div > div.fontSizeSliderContainer.theme-switch-container.cursor-default {
transform: scale(0.5);
transform-origin: left;
}
}