Skip to content

Commit

Permalink
💄 · 0.4.0 · Updating the BrandBar.vue and style files.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghengxin committed Dec 9, 2022
1 parent d7ded5e commit 383a1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BrandBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<img :src="require('@/assets/img/logo/logo.svg')">
</figure>
<!-- <span class="logo-text mr-3 ml-1">CasaOS</span>-->
<span v-if="!rssShow && rss.length" class="intro-text">Made with ❤️ by IceWhale and YOU!</span>
<span v-if="!rssShow && rss.length" class="intro-text ml-4">Made with ❤️ by IceWhale and YOU!</span>
<span v-else class="window ml-4 is-flex is-align-items-center">
<ul :style="{'--time': 5*line+'s', '--perc': perc, '--line': line}" class="scroll">
<li v-for="(item,key) in rss" :key="key"><a :href="item.link" class="intro-text" target="_blank">{{
Expand Down

0 comments on commit 383a1fc

Please sign in to comment.