Yomichan: adjust style of pitch accent symbols in sankoku (again)
This commit is contained in:
parent
28dbf039d5
commit
94c68b4e26
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue