Yomichan: adjust style of pitch accent symbols in sankoku (again)

This commit is contained in:
stephenmk 2023-07-19 17:31:55 -05:00
parent 28dbf039d5
commit 94c68b4e26
No known key found for this signature in database
GPG key ID: B6DA730DB06235F1

View file

@ -248,7 +248,7 @@ def __replace_accent_symbols(soup, media_dir):
elm.name = "span"
elm.clear()
elm.append(img)
elm.attrs["style"] = "vertical-align: text-bottom; margin-left: -0.3em;"
elm.attrs["style"] = "vertical-align: super; margin-left: -0.5em;"
def __convert_gaiji(soup, media_dir):