mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Improve styles
This commit is contained in:
parent
9037297e21
commit
49e4107aa0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
min/custom-navbar.min.css
vendored
2
min/custom-navbar.min.css
vendored
File diff suppressed because one or more lines are too long
2
min/custom-navbar.min.js
vendored
2
min/custom-navbar.min.js
vendored
File diff suppressed because one or more lines are too long
@ -447,7 +447,7 @@ li.nav-item[report-id='playpage_dynamic'] .i-frame,
|
||||
}
|
||||
.custom-navbar .video-list li:not(.more)
|
||||
{
|
||||
border-left: 2px solid var(--theme-color);
|
||||
border-left: 2px solid var(--theme-color-30);
|
||||
}
|
||||
.custom-navbar .video-list li:not(.more) a
|
||||
{
|
||||
@ -463,6 +463,7 @@ li.nav-item[report-id='playpage_dynamic'] .i-frame,
|
||||
{
|
||||
background: rgba(0,0,0,0.1);
|
||||
/* border-left-width: 8px; */
|
||||
border-color: var(--theme-color);
|
||||
}
|
||||
.custom-navbar .video-list li.more
|
||||
{
|
||||
|
||||
@ -427,7 +427,7 @@ class VideoList extends NavbarComponent
|
||||
}
|
||||
const videoList = listMap(json).join("");
|
||||
videoListElement.insertAdjacentHTML("beforeend", videoList + /*html*/`
|
||||
<li class="more"><a href="${mainUrl}">查看更多</a></li>
|
||||
<li class="more"><a target="_blank" href="${mainUrl}">查看更多</a></li>
|
||||
`);
|
||||
videoListElement.classList.add("loaded");
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user