Pārlūkot izejas kodu

UI: Style tweaks to issue selection (#6196)

- Prevent jump in layout when selecting the first issue
- Remove useless padding on top of first issue
tags/v1.9.0-dev
silverwind pirms 5 gadiem
vecāks
revīzija
b1ffe7e47b
2 mainītis faili ar 5 papildinājumiem un 2 dzēšanām
  1. 1
    1
      public/css/index.css
  2. 4
    1
      public/less/_repository.less

+ 1
- 1
public/css/index.css
Failā izmaiņas netiks attēlotas, jo tās ir par lielu
Parādīt failu


+ 4
- 1
public/less/_repository.less Parādīt failu

@@ -1583,6 +1583,10 @@
display: none;
}

#issue-actions {
margin-top: -1rem !important; // counteract padding from Semantic
}

#issue-actions.hide {
display: none;
}
@@ -1593,7 +1597,6 @@

.issue.list {
list-style: none;
padding-top: 15px;
>.item {
padding-top: 15px;
padding-bottom: 10px;

Notiek ielāde…
Atcelt
Saglabāt