旧: v7.0.29 - 2021/10/04 - Fix 'FontAwesome' icons after WK update.
新: v7.0.30 - 2021/10/29 - Add specific CSS for button text color to override issues with some browser defaults.
- @@ -2,7 +2,7 @@
- // @name Wanikani Ultimate Timeline
- // @namespace rfindley
- // @description Review schedule explorer for WaniKani
-// @version 7.0.29
- +// @version 7.0.30
- // @include /^https://(www|preview).wanikani.com/(dashboard)?$/
- // @copyright 2018+, Robin Findley
- // @license MIT; http://opensource.org/licenses/MIT
- @@ -263,7 +263,7 @@
- '#timeline .item_info .item svg.radical {width:28px; transform:translateY(2px);}'+
-
- '#timeline .detail_buttons {display:inline-block; vertical-align:top; margin-left:8px;}'+
- '#timeline .detail_buttons button {display:block; width:130px; padding:0; margin-bottom:2px;}'+
- + '#timeline .detail_buttons button {display:block; width:130px; padding:0; margin-bottom:2px; color:#000000;}'+
-
- '#timeline svg {overflow:hidden;}'+
- '#timeline svg .grid {pointer-events:none;}'+