1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

['file history' page] redesigned it for markdown file; fixed UI for common files in production environment (#5725)

This commit is contained in:
llj
2023-10-31 21:06:39 +08:00
committed by GitHub
parent 737eb895f7
commit 955c292ce8
4 changed files with 39 additions and 48 deletions

View File

@@ -7,6 +7,12 @@
font-size: 1rem;
padding: 0.5rem 1rem;
}
.file-history-header { /* for markdown file history */
background-color: #fff;
height: 50px;
}
.history-header .title {
font-size: 1.25rem;
line-height: 1rem;
@@ -95,7 +101,7 @@
line-height: 50px;
font-size: 1rem;
padding: 0 10px;
background-color: rgb(250,250,249);
/*background-color: rgb(250,250,249);*/
font-weight: bolder;
}