update v1.1.7 from upstream #2

Merged
zhengyi merged 42 commits from merge into main 2023-12-15 16:58:32 +08:00
4 changed files with 10 additions and 2 deletions
Showing only changes of commit fb19fd98d9 - Show all commits

View File

@ -5670,6 +5670,7 @@ body {
color: var(--minor);
background: var(--background);
border-top: 1px solid var(--classD);
z-index: -1;
.joe_container {
position: relative;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -526,4 +526,11 @@
0% {
box-shadow: 0 0 0 0 var(--theme);
}
}
// 评论区 GIF 位置及大小调整
.wl-gif-popup.display{
bottom: 100% !important;
}
.wl-gallery{
max-height: 30vh !important;
}