Browse Source

Fixed topics margin (#9248)

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
tags/v1.11.0-rc1
Alexey 〒erentyev 4 years ago
parent
commit
e80fe201c0
2 changed files with 5 additions and 0 deletions
  1. 1
    0
      public/css/index.css
  2. 4
    0
      web_src/less/_repository.less

+ 1
- 0
public/css/index.css View File

@@ -899,6 +899,7 @@ tbody.commit-list{vertical-align:baseline}
#new-dependency-drop-list .text{width:100%;overflow:hidden}
#manage_topic{font-size:12px}
.label+#manage_topic{margin-left:5px}
.ui.small.label.topic{margin-bottom:4px}
.repo-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
.repo-header .repo-buttons{display:flex;align-items:center}
.repo-buttons .disabled-repo-button .label{opacity:.5}

+ 4
- 0
web_src/less/_repository.less View File

@@ -2432,6 +2432,10 @@ tbody.commit-list {
margin-left: 5px;
}

.ui.small.label.topic {
margin-bottom: 4px;
}

.repo-header {
display: flex;
align-items: center;

Loading…
Cancel
Save