style: fix scroll bar overflowing inside the popup

- style: change the background color in light mode
This commit is contained in:
Hakadao
2023-02-17 16:37:25 +08:00
parent 438dc05639
commit 1f4e8ef5ee
6 changed files with 298 additions and 293 deletions

View File

@@ -311,7 +311,7 @@ function handleTurnOnWatchHistory() {
<img
w="300px"
class="aspect-video"
:src="`${getHistoryItemCover(historyItem)}@672w_378h_1c`"
:src="`${getHistoryItemCover(historyItem)}@480w_270h_1c`"
:alt="historyItem.title"
object-cover
>
@@ -415,9 +415,9 @@ function handleTurnOnWatchHistory() {
>
<img
:src="
historyItem.author_face
`${historyItem.author_face
? historyItem.author_face
: historyItem.cover
: historyItem.cover}@80w_80h_1c`
"
w-8
aspect-square