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:
ljt990218
2024-06-27 00:16:35 +08:00
committed by GitHub
parent 3ef214ad80
commit 67d87d101d

View File

@@ -345,6 +345,10 @@
.note-detail .note-operation .sanlian-box {
border-color: var(--bew-border-color);
}
.bpx-docker-minor {
border-radius: 6px;
}
}
// #endregion