1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00

fix-draft-style

This commit is contained in:
Michael18811380328
2018-12-06 13:58:32 +08:00
parent 13834d3a67
commit ecd37bb780
3 changed files with 5 additions and 3 deletions

View File

@@ -109,6 +109,7 @@
.review-side-panel-item i {
color: #c8c8c8;
margin: 5px 5px 0 0;
font-size: 1rem;
}
.review-side-panel-item i:hover {
cursor: pointer;
@@ -162,6 +163,7 @@
}
.review-side-panel-nav .nav-item {
width: 33.3%;
padding-top: 4px;
}
.review-side-panel-nav .nav-item .nav-link {
margin: 0 auto;

View File

@@ -37,7 +37,7 @@
}
.history-list-container .history-list-item {
padding: 0 0.8rem;
padding: 5px 10px;
display: flex;
flex: 1;
}

View File

@@ -11,7 +11,7 @@
.seafile-comment-title {
border-bottom: 1px solid #e5e5e5;
line-height: 2em;
padding: 0 1em;
padding: 2px 1em;
display: flex;
position: absolute;
z-index: 1;
@@ -25,7 +25,7 @@
display: flex;
}
.seafile-comment-list {
padding-top: 30px;
padding-top: 35px;
box-sizing: border-box;
height: 100%;
overflow-y: auto;