mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
parent
0d9a11c19b
commit
348822a14b
2 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
.header {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
word-wrap: break-word;
|
||||
font-size: smaller;
|
||||
}
|
||||
.header span:nth-child(1) {
|
||||
text-align: left;
|
||||
|
|
|
@ -70,6 +70,7 @@
|
|||
background-color: transparent;
|
||||
/* remove default macOS styling */
|
||||
box-shadow: none;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
li.active > button {
|
||||
|
|
Loading…
Reference in a new issue