From 67d87d101d9eb0016656362ebc64633d7ca946f4 Mon Sep 17 00:00:00 2001 From: ljt990218 <50509815+ljt990218@users.noreply.github.com> Date: Thu, 27 Jun 2024 00:16:35 +0800 Subject: [PATCH] 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 --- src/styles/adaptedStyles/videoPage.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/adaptedStyles/videoPage.scss b/src/styles/adaptedStyles/videoPage.scss index e6209cbd..0f88d871 100644 --- a/src/styles/adaptedStyles/videoPage.scss +++ b/src/styles/adaptedStyles/videoPage.scss @@ -345,6 +345,10 @@ .note-detail .note-operation .sanlian-box { border-color: var(--bew-border-color); } + + .bpx-docker-minor { + border-radius: 6px; + } } // #endregion