1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

fix(wiki): update cover style (#8297)

This commit is contained in:
Guodong SU
2025-10-11 17:14:59 +08:00
committed by GitHub
parent 4856c8e1fc
commit 1a81fc9861

View File

@@ -13,12 +13,13 @@
.wiki-cover-controller-btn {
padding: 0 .5rem;
background: var(--bs-icon-rgb);
background: rgb(102 102 102 / 50%);
height: 28px;
line-height: 28px;
border-radius: 4px;
font-size: 14px;
color: var(--bs-body-color);
font-weight: 400;
color: #FFFFFF;
cursor: pointer;
position: absolute;
top: 16px;
@@ -26,7 +27,7 @@
}
.wiki-cover-controller-btn:hover {
background: var(--bs-icon-hover-rgb);
background: rgb(102 102 102 / 70%);
}
.wiki-page-cover-popover {