1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-23 20:37:42 +00:00

improve active item interactive

This commit is contained in:
shanshuirenjia
2019-04-17 14:18:12 +08:00
parent 2000c9b792
commit 05e76ebfb2
5 changed files with 10 additions and 8 deletions

View File

@@ -118,6 +118,7 @@
.table-container {
flex: 1;
padding-bottom: 150px;
padding: 0 1rem;
}
.cur-view-content .article {

View File

@@ -1,3 +1,6 @@
.cur-view-content.lib-content-container {
padding: 0;
}
.view-mode-container {
display: flex;
@@ -26,11 +29,9 @@
}
.dir-content-main {
flex: 1 0 75%;
flex: 1 0 74.5%;
display: flex;
flex-direction: column;
margin-right: -1rem;
padding:0 0.75rem;
overflow: auto;
}

View File

@@ -1,6 +1,6 @@
.repo-info-bar {
padding: 10px;
margin-top: 10px;
margin: 10px 16px 0;
border: 1px solid #e6e6dd;
border-radius: 5px;
/* background: #f8f8f8; */