Nicovideo Small Video Player
Nicovideo Small Video Player by kindongshin
Details
Authorkindongshin
LicenseNo License
Categorynicovideo
Created
Updated
Size698 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 Nicovideo Small Video Player
@version 20250218.18.47
@namespace ?
==/UserStyle== */
@-moz-document domain("nicovideo.jp") {
@layer utilities {
.fill_icon\.watchControllerBase {
fill: #fff;
}
.pos_relative.d_flex.ai_center.gap_base.mt_x0_5.h_x5 {
margin: 0;
}
.h_x5 {
height: 36px;
}
.p_base {
padding: 8.4px;
}
.max-h_watchController\.height {
max-height: 50px;
}
.bg-c_layer\.contentOverlay {
background-color: unset;
}
.bdr_m {
border-radius: 0;
}
.bg_tooltip\.background,
.bg-c_tooltip\.background {
background-color: rgba(0, 0, 0, .8);
padding: 2px;
border-radius: 0;
}
.c_tooltip\.textOnBackground {
color: #fff;
}
}
}