mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 23:02:26 +00:00
use head and repo name as title on wiki page (#5230)
* use head and repo name as title on wiki page * update * update page title by change file * optimize style * fix unordered_list display * update translation Co-authored-by: lian <lian@seafile.com> Co-authored-by: shuntian <978987373@qq.com> Co-authored-by: 王健辉 <40563566+mrwangjianhui@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
.wiki-side-panel .panel-top {
|
||||
background: #fff;
|
||||
}
|
||||
.wiki-side-nav {
|
||||
flex:auto;
|
||||
display:flex;
|
||||
@@ -71,6 +74,10 @@ img[src=""] {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.wiki-main-panel .main-panel-north {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.cur-view-content .wiki-page-container {
|
||||
margin: 0 -1rem -1.25rem;
|
||||
padding: 30px 1rem 1.25rem;
|
||||
|
Reference in New Issue
Block a user