mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 23:29:49 +00:00
change lib content view icon style (#6667)
This commit is contained in:
@@ -105,9 +105,9 @@
|
||||
|
||||
.tree-node-inner .left-icon {
|
||||
position: absolute;
|
||||
display:flex;
|
||||
align-items:center;
|
||||
top: 2px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
top: 1px;
|
||||
left: 0;
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
|
@@ -25,7 +25,7 @@
|
||||
background: #fff;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
align-items:center;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
|
@@ -121,9 +121,9 @@
|
||||
|
||||
.tree-node-inner .left-icon {
|
||||
position: absolute;
|
||||
display:flex;
|
||||
display: flex;
|
||||
justify-content:center;
|
||||
align-items:center;
|
||||
align-items: center;
|
||||
top: 2px;
|
||||
left: 0;
|
||||
padding-left: 1.5rem;
|
||||
|
Reference in New Issue
Block a user