diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/css/extra.css | 8 | ||||
-rw-r--r-- | public/views/index/body.ejs | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/public/css/extra.css b/public/css/extra.css index 3954c046..b36a69fe 100644 --- a/public/css/extra.css +++ b/public/css/extra.css @@ -384,6 +384,14 @@ small .dropdown a:focus, small .dropdown a:hover { color: #eee; } +*[id]:before { + display: block; + content: " "; + margin-top: -55px; + height: 55px; + visibility: hidden; +} + @media print { div, table, img, pre, blockquote { page-break-inside: avoid !important; diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index 83b2ebe9..f1181fce 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -149,6 +149,7 @@ <option value="ko">한국어</option> <option value="id">Bahasa Indonesia</option> <option value="sr">Cрпски</option> + <option value="vi">Tiếng Việt</option> </select> <p> <%- __('Powered by %s', '<a href="https://codimd.org">CodiMD</a>') %> | <a href="<%- serverURL %>/s/release-notes" target="_blank" rel="noopener"><%= __('Releases') %></a> | <a href="<%- sourceURL %>" target="_blank" rel="noopener"><%= __('Source Code') %></a><% if(privacyStatement) { %> | <a href="<%- serverURL %>/s/privacy" target="_blank" rel="noopener"><%= __('Privacy') %></a><% } %><% if(termsOfUse) { %> | <a href="<%- serverURL %>/s/terms-of-use" target="_blank" rel="noopener"><%= __('Terms of Use') %></a><% } %> |