File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ THE SOFTWARE.
3232 <!-- no need for additional breadcrumb here as the side panel offers enough functionality to browse between different pages -->
3333
3434 <l : main-panel >
35- <div class =" jenkins-app-bar ${app.isQuietingDown() ? '' : ' jenkins-app-bar--sticky'} " >
35+ <div class =" jenkins-app-bar jenkins-app-bar--sticky" >
3636 <div class =" jenkins-app-bar__content" >
3737 <l : search-bar clazz =" jenkins-search--app-bar"
3838 placeholder =" ${%Search available plugins}"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ THE SOFTWARE.
3737 <j : set var =" noPlugins"
3838 value =" ${empty(app.pluginManager.plugins) and empty(app.pluginManager.failedPlugins)}" />
3939
40- <div class =" jenkins-app-bar ${app.isQuietingDown() ? '' : ' jenkins-app-bar--sticky'} " >
40+ <div class =" jenkins-app-bar jenkins-app-bar--sticky" >
4141 <div class =" jenkins-app-bar__content" >
4242 <l : search-bar clazz =" jenkins-search--app-bar"
4343 placeholder =" ${%Search installed plugins}"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ THE SOFTWARE.
3535 </l : header >
3636
3737 <l : main-panel >
38- <div class =" jenkins-app-bar ${app.isQuietingDown() ? '' : ' jenkins-app-bar--sticky'} " style = " ${app.isQuietingDown() ? 'position: static !important;' : ''} " >
38+ <div class =" jenkins-app-bar jenkins-app-bar--sticky" >
3939 <div class =" jenkins-app-bar__content" >
4040 <l : search-bar clazz =" jenkins-search--app-bar"
4141 placeholder =" ${%Search plugin updates}"
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ THE SOFTWARE.
153153 <script src =" ${resURL}/jsbundles/sortable-drag-drop.js" type =" text/javascript" />
154154 <script src =" ${resURL}/jsbundles/app.js" type =" text/javascript" defer =" true" />
155155 </head >
156- <body id =" jenkins" class =" ${layoutType} jenkins-${h.version}" data-version =" ${h.version}" data-model-type =" ${it.class.name}"
156+ <body id =" jenkins" class =" ${layoutType} jenkins-${h.version} ${app.isQuietingDown() ? 'jenkins-quieting-down' : ''} " data-version =" ${h.version}" data-model-type =" ${it.class.name}"
157157 data-search-url =" ${rootURL + '/search/suggest'}"
158158 data-search-help-url =" ${%searchBox.url}" >
159159 <l : command-palette />
Original file line number Diff line number Diff line change 115115 }
116116}
117117
118+ .jenkins-quieting-down .jenkins-app-bar--sticky {
119+ position : static !important ;
120+ }
121+
118122.jenkins-build-caption {
119123 display : flex ;
120124 flex-direction : row !important ;
121- align-items : center ;
125+ align-items : center !important ;
126+
122127 justify-content : start !important ;
123128 gap : 0.875rem ;
124129 max-width : 1200px ;
You can’t perform that action at this time.
0 commit comments