This is an automated email from the ASF dual-hosted git repository.
morningman 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 ad542edde67 [opt] change arrow size (#3397)
ad542edde67 is described below
commit ad542edde6781b861e17432340dcf3060cea23de
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Thu Feb 12 23:36:21 2026 +0800
[opt] change arrow size (#3397)
---
src/scss/components/sidebar.scss | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/scss/components/sidebar.scss b/src/scss/components/sidebar.scss
index 98dd7dda4b3..d6cd9c8aa46 100644
--- a/src/scss/components/sidebar.scss
+++ b/src/scss/components/sidebar.scss
@@ -62,7 +62,7 @@
&::before {
content: '';
background: url('@site/static/images/chevron-down.svg')
no-repeat center;
- background-size: 1.5rem;
+ background-size: 1.0rem;
}
&:hover {
@@ -101,4 +101,4 @@
}
}
-}
\ No newline at end of file
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]