소스 검색

디자인 수정

https://github.com/openNAMU/openNAMU/issues/2535
잉여개발기 (SPDV) 1 년 전
부모
커밋
523eb5f145
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      route/tool/func_render_namumark.py

+ 1 - 1
route/tool/func_render_namumark.py

@@ -2340,7 +2340,7 @@ class class_do_render_namumark:
                     if list_len in list_style:
                         list_style_data = list_style[list_len]
 
-                    return '<li style="margin-left: ' + str(list_len * 20) + 'px;" class="' + list_style_data + '">' + list_data + '</li>'
+                    return '<li style="margin-left: ' + str((list_len - 1) * 20) + 'px;" class="' + list_style_data + '">' + list_data + '</li>'
                 else:
                     list_type = match.group(2)