mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-15 06:44:16 +00:00
adjust detail panel
This commit is contained in:
@@ -71,6 +71,7 @@
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.side-panel-center,
|
||||
@@ -159,9 +160,8 @@
|
||||
right: 0;
|
||||
background-color: #fff;
|
||||
width: 300px;
|
||||
height: calc(100% - 50px);
|
||||
height: 100%;
|
||||
box-shadow: -1px 0 3px 0 #ccc;
|
||||
top: 49px;
|
||||
animation: move .5s ease-in-out 1;
|
||||
z-index: 50;
|
||||
}
|
||||
|
Reference in New Issue
Block a user