UI: Style tweaks to issue selection (#6196)

- Prevent jump in layout when selecting the first issue
- Remove useless padding on top of first issue
tokarchuk/v1.17
silverwind 6 years ago committed by zeripath
parent a1214978b3
commit b1ffe7e47b
  1. 2
      public/css/index.css
  2. 5
      public/less/_repository.less

File diff suppressed because one or more lines are too long

@ -1583,6 +1583,10 @@
display: none; display: none;
} }
#issue-actions {
margin-top: -1rem !important; // counteract padding from Semantic
}
#issue-actions.hide { #issue-actions.hide {
display: none; display: none;
} }
@ -1593,7 +1597,6 @@
.issue.list { .issue.list {
list-style: none; list-style: none;
padding-top: 15px;
>.item { >.item {
padding-top: 15px; padding-top: 15px;
padding-bottom: 10px; padding-bottom: 10px;

Loading…
Cancel
Save