1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 17:02:47 +00:00

optimize code (#5557)

This commit is contained in:
杨顺强
2023-07-22 13:06:46 +08:00
committed by GitHub
parent eb57203e6b
commit f02f40ee3a
2 changed files with 11 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ i18n
lng: lang,
fallbackLng: 'en',
ns: ['sdoc-editor'],
defaultNS: 'translations',
defaultNS: 'sdoc-editor',
whitelist: ['en', 'zh-CN', 'fr', 'de', 'cs', 'es', 'es-AR', 'es-MX', 'ru'],

View File

@@ -76,8 +76,16 @@
border: 1px solid #e6e6dd;
}
.sdoc-file-history .sdoc-file-history-content .sdoc-editor-content {
background-color: #fff;
.sdoc-file-history .sdoc-file-history-content .sdoc-article-wrapper {
position: relative !important;
overflow: hidden;
width: 100%;
}
.sdoc-file-history .sdoc-file-history-content .sdoc-article-container {
width: 100%;
padding-top: 0;
padding-bottom: 0;
}
.sdoc-file-history .sdoc-file-history-content .article {