mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-18 05:51:56 +08:00
fix:The first theme image is highly out of range
Solve the problem of poor display effect caused by the height of the cover image exceeding the range under the first theme
This commit is contained in:
parent
ea121e45dc
commit
c892b74fe3
@ -13,6 +13,11 @@
|
||||
height:36rem;
|
||||
}
|
||||
|
||||
/* Solve the problem of poor display effect caused by the height of the cover image exceeding the range under the first theme */
|
||||
.h-max.w-full {
|
||||
height: 420px;
|
||||
}
|
||||
|
||||
.h-99{
|
||||
height:35rem;
|
||||
}
|
||||
@ -35,4 +40,4 @@ Track
|
||||
/* Handle on hover */
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #b3b3ff;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user