mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -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);
|
||||
}
|
||||
}
|
||||
|
||||
&:not(:nth-child(1)) {
|
||||
margin-left: 1px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
||||
|
||||
@use 'ts/sass/base';
|
||||
@use 'ts/sass/buttons';
|
||||
@use 'ts/sass/scrollbar';
|
||||
|
||||
.nightMode {
|
||||
|
|
Loading…
Reference in a new issue