Skip to content

Commit 76d809f

Browse files
authored
Update for new header (#396)
1 parent 361541b commit 76d809f

File tree

3 files changed

+3
-30
lines changed

3 files changed

+3
-30
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ THE SOFTWARE.
6060
<gitHubRepo>jenkinsci/design-library-plugin</gitHubRepo>
6161
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
6262
<jenkins.baseline>2.479</jenkins.baseline>
63-
<jenkins.version>2.496</jenkins.version>
63+
<jenkins.version>2.507</jenkins.version>
6464
<node.version>20.19.0</node.version>
6565
<npm.version>11.2.0</npm.version>
6666
<spotless.check.skip>false</spotless.check.skip>

src/main/resources/lib/samples/sidepanel.jelly

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?jelly escape-by-default='true'?>
22
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:st="jelly:stapler">
3-
<div class="app-sidepanel__jenkins-logo">Jenkins</div>
4-
53
<l:app-bar title="Design Library" />
64

75
<l:tasks>

src/main/resources/scss/abstracts/_overrides.scss

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,11 @@
1414
}
1515

1616
#main-panel {
17-
display: flex !important;
18-
flex-direction: column;
19-
width: 100%;
20-
max-width: min(1200px, 60vw);
21-
margin-top: 18px;
2217
margin-left: auto;
2318
margin-right: auto;
2419

25-
.tabBar {
26-
align-self: start;
27-
}
28-
29-
@media (max-width: 970px) {
30-
max-width: none;
20+
@media (min-width: 1200px) {
21+
max-width: min(1200px, 60vw);
3122
}
3223
}
3324

@@ -44,22 +35,6 @@ a {
4435
}
4536
}
4637

47-
#side-panel .jenkins-app-bar {
48-
margin-top: 50px;
49-
margin-bottom: -10px;
50-
}
51-
52-
.app-sidepanel__jenkins-logo {
53-
position: absolute;
54-
top: 130px;
55-
left: var(--section-padding);
56-
font-size: 0.9375rem;
57-
font-weight: 600;
58-
font-family: "Georgia", serif;
59-
color: var(--text-color-secondary);
60-
margin: 0;
61-
}
62-
6338
.app-sidepanel__heading {
6439
font-size: 0.875rem;
6540
color: var(--text-color-secondary);

0 commit comments

Comments
 (0)