看别人分享的modao的时候,视野更开阔
modaoBetterView by leizingyiu
Details
Authorleizingyiu
LicenseGNU AGPLv3
Categorymodao.cc
Created
Updated
Size573 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 modaoBetterView
@version 20240606.04.17
@namespace leizingyiu.net
@description 看别人分享的modao的时候,视野更开阔
@author leizingyiu
@license GNU AGPLv3
==/UserStyle== */
@-moz-document url-prefix("https://modao.cc/proto/") {
#left-slide-panel,#right-slide-panel{
max-width: 2em!important;
overflow: hidden!important;
transition: max-width 1s ease;
}
#left-slide-panel:hover,#right-slide-panel:hover{
max-width: 30vw!important;
overflow: hidden!important;
}
#mb-ruler{
display: none!important;
}
}