1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

[wiki] added 2 new entrances(one in the wiki card, the other in the w… (#7248)

* [wiki] added 2 new entrances(one in the wiki card, the other in the wiki 'edit' page) for published wikis

* [wiki] fixed eslint warning
This commit is contained in:
llj
2024-12-26 12:28:54 +08:00
committed by GitHub
parent 4fbdbeb954
commit aed76073d6
6 changed files with 88 additions and 13 deletions

View File

@@ -0,0 +1,15 @@
.view-published-wiki {
font-size: .75rem;
color: #666;
background: transparent;
height: 20px;
padding: 0 .5rem;
border: 1px solid #dbdbdb;
border-radius: 10px;
}
.view-published-wiki:hover {
background: #efefef;
text-decoration: none;
color: #666;
}