baskerville / plato

Document reader
Other
1.25k stars 103 forks source link

Lists in dictionaries do not respect margin setting #293

Open occivink opened 1 year ago

occivink commented 1 year ago

As can be seen on the screenshot, the list numbers appear directly on the left, independent of the margin setting. The dictionary in question is a wiktionary export from https://github.com/BoboTiG/ebook-reader-dict, converted from StarDict format.

sshot

TheBenMeadows commented 1 year ago

I have the same issue.

YodaDaCoda commented 11 months ago

I fixed this on my Glo by creating a dictionary-user.css file with the following content:

ol, ul {
  padding-left: 1.125em;
}