diff --git a/src/components/PostMetadata.astro b/src/components/PostMetadata.astro index e053494..c455a41 100644 --- a/src/components/PostMetadata.astro +++ b/src/components/PostMetadata.astro @@ -30,13 +30,13 @@ const className = Astro.props.class; > -
+
{categories && categories.map(category => )} @@ -50,13 +50,13 @@ const className = Astro.props.class; >
-
+
{tags && tags.map(tag => )} diff --git a/src/components/misc/ImageBox.astro b/src/components/misc/ImageBox.astro index 1454389..d03d8c7 100644 --- a/src/components/misc/ImageBox.astro +++ b/src/components/misc/ImageBox.astro @@ -9,7 +9,7 @@ const {id, src, alt} = Astro.props; const className = Astro.props.class; ---
-
+
{alt}
diff --git a/src/components/widget/DisplaySetting.astro b/src/components/widget/DisplaySetting.astro index 769500f..5303816 100644 --- a/src/components/widget/DisplaySetting.astro +++ b/src/components/widget/DisplaySetting.astro @@ -66,6 +66,7 @@ const enableBanner = getConfig().banner.enable; height: 16px; width: 8px; border-radius: 2px; + border-width: 0 background: rgba(255, 255, 255, 0.7); box-shadow: none; &:hover @@ -73,7 +74,6 @@ const enableBanner = getConfig().banner.enable; &:active background: rgba(255, 255, 255, 0.6); - &::-ms-thumb -webkit-appearance: none; height: 16px; diff --git a/src/components/widget/Profile.astro b/src/components/widget/Profile.astro index e518b0e..3d6576e 100644 --- a/src/components/widget/Profile.astro +++ b/src/components/widget/Profile.astro @@ -2,6 +2,7 @@ import ImageBox from "../misc/ImageBox.astro"; import Button from "../control/Button.astro"; import {getConfig} from "../../utils/config-utils"; +import {Icon} from "astro-icon/components"; interface props { } @@ -11,8 +12,15 @@ const vConf = getConfig(); ---
- -
{vConf.profile.author}
+ +
+ + +
+ +
+
{vConf.profile.author}
{vConf.profile.subtitle}
diff --git a/src/components/widget/SideBar.astro b/src/components/widget/SideBar.astro index 4df684a..90e98be 100644 --- a/src/components/widget/SideBar.astro +++ b/src/components/widget/SideBar.astro @@ -12,7 +12,7 @@ const className = Astro.props.class;
- +