Closed vwkd closed 2 years ago
This PR adds a config option "Column Alignment" that can be set to either "Start" or "Center".
"Column Alignment"
"Start"
"Center"
It defaults to "Start". This fixes #131.
It uses Anki's BrowserColumns.Alignment.ALIGNMENT_START value.
BrowserColumns.Alignment.ALIGNMENT_START
merged with https://github.com/ankipalace/advanced-browser/commit/bc4ea9595a398241c19681ab041b5941e1ec01c7
This PR adds a config option
"Column Alignment"
that can be set to either"Start"
or"Center"
.It defaults to
"Start"
. This fixes #131.It uses Anki's
BrowserColumns.Alignment.ALIGNMENT_START
value.