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:
@@ -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'],
|
||||
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user