reformatting

This commit is contained in:
joyfuI
2020-07-23 23:00:02 +09:00
parent ecb4ed12b1
commit f78fde9d19
8 changed files with 875 additions and 872 deletions

View File

@@ -43,7 +43,7 @@ class Logic(object):
def plugin_load():
try:
logger.debug('%s plugin_load', package_name)
Logic.db_init() # DB 초기화
Logic.db_init()
try:
import glob2

View File

@@ -6,13 +6,16 @@
padding-top: 3px;
padding-bottom: 3px;
}
.row {
align-items: center;
word-break: break-all;
}
.row > div:nth-child(odd) {
text-align: right;
}
.row > div:nth-child(even) {
text-align: left;
}