mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Switch from core to base CSS for editor view
This commit is contained in:
parent
0133652d04
commit
9f740f307d
2 changed files with 4 additions and 1 deletions
|
@ -49,6 +49,10 @@
|
||||||
border-bottom-right-radius: calc(var(--toolbar-size) / 7.5);
|
border-bottom-right-radius: calc(var(--toolbar-size) / 7.5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:not(:nth-child(1)) {
|
||||||
|
margin-left: 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
||||||
|
|
||||||
@use 'ts/sass/base';
|
@use 'ts/sass/base';
|
||||||
@use 'ts/sass/buttons';
|
|
||||||
@use 'ts/sass/scrollbar';
|
@use 'ts/sass/scrollbar';
|
||||||
|
|
||||||
.nightMode {
|
.nightMode {
|
||||||
|
|
Loading…
Reference in a new issue