AnkiWebの表示を修正
/* ==UserStyle==
@name AnkiWeb_css
@description AnkiWebの表示を修正
@version 1.0.1
@author zom.u
@match https://ankiweb.net/decks
@namespace https://greasyfork.org/users/1534273
==/UserStyle== */
@-moz-document url-prefix("https://ankiweb.net/decks") {
.row > div:nth-child(1) {
width: 75%;
}
.row > div:nth-child(2) {
width: 15%;
align-items: flex-end;
}
.row > div:nth-child(3) {
width: 10%;
}
.row > div:nth-child(2) > div:nth-child(1)::before {
content: "新規:";
}
.row > div:nth-child(2) > div:nth-child(2)::before {
content: "習得中+復習:";
}
}