This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new fed70282cc update users wall and download style (#13) fed70282cc is described below commit fed70282cca348b84919ef92a85b52e9decb83d1 Author: wangyongfeng <943155...@qq.com> AuthorDate: Thu Jul 21 15:53:22 2022 +0800 update users wall and download style (#13) Co-authored-by: wangyf0555 <wangyongf...@flywheels.com> --- .gitignore | 23 +++++++++++++++++++++++ src/pages/download/index.scss | 6 +++++- static/images/icon/u21.png | Bin 20333 -> 5981 bytes 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..c1d977f9ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Dependencies +/node_modules + +# Production +/build + +# Generated files +.docusaurus +.cache-loader + +# Misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local +package-lock.json + +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +*.zip \ No newline at end of file diff --git a/src/pages/download/index.scss b/src/pages/download/index.scss index 2671f1a3cb..2fef49bb55 100644 --- a/src/pages/download/index.scss +++ b/src/pages/download/index.scss @@ -54,7 +54,7 @@ text-align: center; font-size: var(--global-font-size-medium); color: var(--global-colors-text-primary); - height: 3.125rem; + min-height: 3.125rem; display: flex; align-items: center; justify-content: center; @@ -111,6 +111,10 @@ flex-direction: column; align-items: flex-start; + label { + width: 100%; + } + .tabs-radio { width: 100%; } diff --git a/static/images/icon/u21.png b/static/images/icon/u21.png index 9748ba5b82..7fd60faaae 100644 Binary files a/static/images/icon/u21.png and b/static/images/icon/u21.png differ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org