File tree Expand file tree Collapse file tree 3 files changed +3
-30
lines changed
Expand file tree Collapse file tree 3 files changed +3
-30
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
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 );
You can’t perform that action at this time.
0 commit comments