のんファンクラブ画像・動画の一覧
fanicon.net - 2021/5/7 18:37:08 by koz
Details
Authorkoz
LicenseNo License
Categoryhttps://fanicon.net/web/fancommunities/1732/scene
Created
Updated
Size893 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 fanicon.net - 2021/5/7 18:37:08
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://fanicon.net/web/fancommunities/1732/scene") {
.header,
.bottom-navigation-view,
.text,
.comment-list,
.reactions {
display: none !important;
}
.main-container {
margin: 0 !important;
padding: 0 !important;
width: 100vw !important;
}
.scrollable {
display: flex;
flex-wrap: wrap;
padding: 0 calc(50% - 400px) !important;
}
.main {
max-width: fit-content !important;
}
.article {
width: 100% !important;
}
.article:hover .text {
display: block !important;
}
}