Hides the level progress dashboard component on the WaniKani dashboard
WaniKani Level Progress Remover by fallynleaf

Details
Authorfallynleaf
LicenseNo License
Categorywanikani.com
Created
Updated
Size494 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 Level Progress Remover
@namespace github.com/openstyles/stylus
@version 1.0
@description Hides the level progress dashboard component on the WaniKani dashboard
@author fallynleaf
==/UserStyle== */
@-moz-document domain("wanikani.com") {
.dashboard .dashboard__level-progress .wk-panel--level-progress {
display: none;
}
.dashboard .dashboard__level-progress .wk-panel--review-forecast {
grid-row: 1 / 4;
}
}