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:
@@ -118,6 +118,7 @@
|
||||
.table-container {
|
||||
flex: 1;
|
||||
padding-bottom: 150px;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
.cur-view-content .article {
|
||||
|
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -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; */
|
||||
|
Reference in New Issue
Block a user