File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
core/src/main/resources/lib/layout Expand file tree Collapse file tree 2 files changed +3
-4
lines changed 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} ${app.isQuietingDown() ? 'jenkins-quieting-down ' : ''}" data-version =" ${h.version}" data-model-type =" ${it.class.name}"
156+ <body id =" jenkins" class =" ${layoutType} jenkins-${h.version} ${app.isQuietingDown() ? 'jenkins-app-bar--sticky ' : ''}" 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 {
118+ .jenkins-app-bar--sticky {
119119 position : static !important ;
120120
121121 & ::before ,
127127.jenkins-build-caption {
128128 display : flex ;
129129 flex-direction : row !important ;
130- align-items : center !important ;
131-
130+ align-items : center ;
132131 justify-content : start !important ;
133132 gap : 0.875rem ;
134133 max-width : 1200px ;
You can’t perform that action at this time.
0 commit comments