mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
View mode improve (#2984)
* improve file content layout * repair review tab padding bug * combine operation btn * update code style
This commit is contained in:
@@ -31,7 +31,19 @@
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.multiple-dirents-operation .operation-item {
|
||||
.group-operations {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
|
||||
.group-operations .group-op-item {
|
||||
padding: 0 0.5rem;
|
||||
height: 30px;
|
||||
min-width: 46px;
|
||||
background-color: #fff;
|
||||
line-height: 29px;
|
||||
font-weight: normal;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 2px;
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
/* end file-operation toolbar */
|
||||
|
Reference in New Issue
Block a user