A new userstyle
收藏夹 by xiaolongmr
Details
Authorxiaolongmr
LicenseNo License
Categoryhttps://space.bilibili.com/
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name space.bilibili.com - 2023/8/30 23:42:47
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("space.bilibili.com") {
/* 在此插入代码... */
/* 提高宽度 */
.bili-header-m .bili-wrapper, .wrapper {
width: 1400px!important;
}
/* 左边 */
#page-fav .fav-sidenav {
width: 35%;
float: left;
}
/* 右边 */
#page-fav .fav-main {
float: left;
width: 64%!important;
min-height: 600px;
border-left: 1px solid #eee;
}
.fav-list{
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
justify-content: stretch;
}
/* 高度 */
#page-fav .fav-sidenav .fav-list-container {
position: relative;
max-height: 250px;
margin-bottom: 10px;
overflow: hidden;
}
/* 鼠标hover不消失收藏个数 */
#page-fav .col-full.master .fav-container .fav-item:hover .num {
display: inline-block;
}
/* 视频右侧一行四个 */
#page-fav .fav-main .fav-video-list {
margin: 20px -30px 50px 20px;
}
#page-fav .fav-main .small-item {
width: 166px;
margin: 0 10px 20px 0;
}
#page-fav .fav-main .small-item .cover {
width: 100%;
height: auto;
}
}