mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
run prettier on some sass files
This commit is contained in:
parent
c49d6ce49f
commit
cca9195ea5
4 changed files with 9 additions and 9 deletions
|
@ -82,4 +82,3 @@ button {
|
|||
border-top-color: var(--faint-border);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -86,7 +86,9 @@ img {
|
|||
}
|
||||
}
|
||||
|
||||
.drawing { zoom: 50%; }
|
||||
.nightMode img.drawing {
|
||||
filter: unquote("invert(1) hue-rotate(180deg)")
|
||||
.drawing {
|
||||
zoom: 50%;
|
||||
}
|
||||
.nightMode img.drawing {
|
||||
filter: unquote("invert(1) hue-rotate(180deg)");
|
||||
}
|
||||
|
|
|
@ -9,16 +9,16 @@
|
|||
// keep the old behaviour for now to avoid breaking
|
||||
// add-ons/card templates
|
||||
* {
|
||||
box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 2em;
|
||||
overscroll-behavior: none;
|
||||
margin: 2em;
|
||||
overscroll-behavior: none;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-bottom: 0.2em;
|
||||
margin-bottom: 0.2em;
|
||||
}
|
||||
|
||||
.nightMode {
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
src/backend/proto.d.ts
|
||||
licenses.json
|
||||
vendor
|
||||
|
|
Loading…
Reference in a new issue