mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 01:44:13 +00:00
feat: detail resize width (#6507)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
@@ -178,33 +178,6 @@
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.cur-view-detail {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
background-color: #fff;
|
||||
width: 400px;
|
||||
height: 100%;
|
||||
box-shadow: -1px 0 3px 0 #ccc;
|
||||
animation: move .5s ease-in-out 1;
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
@keyframes move {
|
||||
from {
|
||||
right: -500px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
to {
|
||||
right: 0px;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.cur-view-detail .detail-container {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* for reach/router */
|
||||
.reach-router,
|
||||
div[tabindex="-1"][role="group"] {
|
||||
|
@@ -22,9 +22,10 @@
|
||||
|
||||
.dir-column-view {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
flex: 1;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
|
Reference in New Issue
Block a user