Update FsrsOptions.svelte to add margin / gap between simulator buttons (#3822)

* Update FsrsOptions.svelte to add margin / gap between simulator buttons

* Hopefully fix gh test error
This commit is contained in:
GithubAnon0000 2025-02-16 09:30:48 +00:00 committed by GitHub
parent 1beb0cfa8c
commit 689eead99a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -642,4 +642,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
div.radio-group {
margin: 0.5em;
}
.btn {
margin-bottom: 0.375rem;
}
</style>