sadlfkjsa
clean Furry by marurunk
Details
Authormarurunk
LicenseNo License
Categoryfurry34
Created
Updated
Size1.2 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 clean Furry34
@version 20241122.23.30
@namespace https://userstyles.world/user/marurunk
@description for furry34.com
@author marurunk
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://furry34.com") {
.mat-toolbar, .footer {
background-color: #111 !important;
color: white;
}
}
@-moz-document url-prefix("https://furry34.com/post/") {
.mat-toolbar {
top: -3.7rem;
position: fixed;
z-index: 100;
transition: all 0.1s ease;
overflow: visible;
}
.mat-toolbar::before{
overflow: visible;
display: block;
content: " ";
background: transparent;
position: absolute;
bottom:-2rem;
left: 0;
height: 4rem;
width: 100%;
}
.mat-toolbar:hover,.mat-toolbar:focus{
top: 0rem;
}
.video {
min-height: 100vh!important;
}
app-post-image > div{
min-height: 100vh !important;
height: auto!important;
max-height: none !important;
align-items: start!important;
}
app-post-image img {
top:0;
min-height: 99vh!important;
max-height: 100vh!important;
width: auto!important;
}
}