mirror of
https://github.com/koodo-reader/koodo-reader.git
synced 2026-06-17 04:11:40 -04:00
fix bug
Former-commit-id: ea03195c81aef73e6859fb270499cd974015cf32
This commit is contained in:
@@ -180,8 +180,8 @@
|
||||
"Less": "Less",
|
||||
"Latest Stable Version": "Latest Stable Version",
|
||||
"Developer Version": "Developer Version",
|
||||
"Current Reading Time": "Time Used:{{count}} min",
|
||||
"Finish Reading Time": "Time Remain:{{count}} min",
|
||||
"Current Reading Time": "Time Used: {{count}} min",
|
||||
"Finish Reading Time": "Time Remain: {{count}} min",
|
||||
"Book Page": "Page {{count}}",
|
||||
"Total books": "Total {{count}} books",
|
||||
"Pages": "Pages",
|
||||
|
||||
@@ -82,7 +82,7 @@ class styleUtil {
|
||||
: ""
|
||||
};margin-bottom: ${
|
||||
StorageUtil.getReaderConfig("paraSpacing") || 0
|
||||
}px !important;padding:0px;word-wrap: break-word;`;
|
||||
}px !important;padding:0px 5px !important;word-wrap: break-word;`;
|
||||
} else {
|
||||
return {
|
||||
"a, article, cite, code, div, li, p, pre, span, table, body": {
|
||||
@@ -142,10 +142,10 @@ class styleUtil {
|
||||
}`,
|
||||
"margin-bottom": `${
|
||||
StorageUtil.getReaderConfig("paraSpacing") || 0
|
||||
}px !important`,
|
||||
}px !important; word-wrap: break-word;`,
|
||||
},
|
||||
body: {
|
||||
padding: "0px !important",
|
||||
padding: "0px 5px !important",
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user