mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
style: adjust styles
This commit is contained in:
@@ -262,7 +262,7 @@ function handleUnfavorite(favoriteResource: FavoriteResource) {
|
||||
{{ t('watch_later.play_all') }}
|
||||
</Button>
|
||||
</p>
|
||||
<ul class="category-list" h-full overflow-overlay border-t="1 color-[rgba(255,255,255,.2)]" border-b="1 color-[rgba(255,255,255,.2)]">
|
||||
<ul class="category-list" h-full overflow-overlay border="1 color-[rgba(255,255,255,.2)]" rounded="$bew-radius">
|
||||
<li
|
||||
v-for="item in favoriteCategories" :key="item.id"
|
||||
border-b="1 color-[rgba(255,255,255,.2)]"
|
||||
|
||||
Reference in New Issue
Block a user