mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(AdaptedStyles): add border radius to danmaku box (#866)
* fix: UserPanelPop hover Inconsistent animation * fix(VideoCard): `moreBtn` Button issue from `#829`, add cursor-pointer class to enhance UX * style(videoPage): add border radius to bp-docker-minor element
This commit is contained in:
@@ -345,6 +345,10 @@
|
||||
.note-detail .note-operation .sanlian-box {
|
||||
border-color: var(--bew-border-color);
|
||||
}
|
||||
|
||||
.bpx-docker-minor {
|
||||
border-radius: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
// #endregion
|
||||
|
||||
Reference in New Issue
Block a user