高くする
ニコニコのアナリティクスのいいね欄の大きさ変更 by tanbatu
Details
Authortanbatu
LicenseNo License
Categorynicovideo.jp
Created
Updated
Size435 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 ニコニコのアナリティクスのいいね欄の大きさ変更
@version 20220320.01.53
@namespace userstyles.world/user/tanbatu
@description 高くする
@author tanbatu
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.upload.nicovideo.jp/garage/analytics/videos") {
.css-1pstlvo.css-1pstlvo .MuiPaper-root {
width: 100%;
height: 90%;
}
}