mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-18 05:51:56 +08:00
Merge pull request #30 from willow-god/master
fix:The first theme image is highly out of range
This commit is contained in:
commit
f5e5498791
@ -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