Userstyle for WaniKani that makes the vocab item characters smaller while doing reviews.
WaniKani Smaller Vocabulary Reviews by saraqael-m
Details
Authorsaraqael-m
LicenseMIT
Categorywanikani.com
Created
Updated
Size612 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 WaniKani Smaller Vocabulary Reviews
@namespace WKSmallerVocab
@version 1.0.1
@description Make the vocab item characters smaller while doing reviews.
@author saraqael
@license MIT
@match https://www.wanikani.com/subjects/*
==/UserStyle== */
@-moz-document url-prefix("https://www.wanikani.com/subjects/") {
.character-header--vocabulary .character-header__characters {
font-size: 4.75em !important; /* default is 625% */
padding-top: 0.19em !important;
padding-bottom: 0.19em !important;
}
}