mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
Show draft review info at repo info bar (#2832)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
.repo-info-bar {
|
||||
margin-bottom: 5px;
|
||||
padding: 0 10px;
|
||||
padding: 10px;
|
||||
border: 1px solid #e6e6dd;
|
||||
border-radius: 5px;
|
||||
background: #f8f8f8;
|
||||
@@ -8,7 +7,6 @@
|
||||
|
||||
.used-tag-list {
|
||||
list-style: none;
|
||||
margin: 8px 0;
|
||||
}
|
||||
|
||||
.used-tag-item {
|
||||
@@ -38,7 +36,8 @@
|
||||
}
|
||||
|
||||
.readme-file {
|
||||
margin: 8px 15px;
|
||||
margin: 0 15px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.readme-file a {
|
||||
|
Reference in New Issue
Block a user