mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

* Use a webview to show add-on's config help This allows add-ons to embed images for example. * Improve initial size of splitter widgets * Decrease font size and margin of webview
7 lines
180 B
SCSS
7 lines
180 B
SCSS
/* Copyright: Ankitects Pty Ltd and contributors
|
|
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
|
|
|
body {
|
|
margin: 5px;
|
|
font-size: 13px;
|
|
}
|