File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed
release/share/git-webui/webui/css
src/share/git-webui/webui/css Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414- Added filtering through branch names in UI (#615 )
1515- FullLoad pull event handler allows deploying changes with a full import of the repository (#619 )
1616
17+ ## Fixed
18+ - Fixed minor issues in Studio UI (#641 )
19+
1720## [ 2.7.1] - 2024-11-13
1821
1922### Fixed
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ body {
220220 content : url(../ img/branch.svg);
221221}
222222# sidebar # sidebar-content # space-filler {
223- padding-bottom : 50 px ;
223+ padding-bottom : 100 px ;
224224}
225225# sidebar # sidebar-content # sidebar-tags h4 : before {
226226 content : url(../ img/tag.svg);
@@ -238,7 +238,7 @@ body {
238238# sidebar # sidebar-content # sidebar-vscode {
239239 position : absolute;
240240 bottom : 60px ;
241- width : 16.7 em ;
241+ width : 16.4 em ;
242242 background-color : # 333333 ;
243243}
244244# sidebar # sidebar-content # sidebar-context h4 {
@@ -251,7 +251,7 @@ body {
251251# sidebar # sidebar-content # sidebar-context {
252252 position : absolute;
253253 bottom : 30px ;
254- width : 16.7 em ;
254+ width : 16.4 em ;
255255 background-color : # 333333 ;
256256}
257257# sidebar # sidebar-content # sidebar-settings h4 {
@@ -264,7 +264,7 @@ body {
264264# sidebar # sidebar-content # sidebar-settings {
265265 position : absolute;
266266 bottom : 0 ;
267- width : 16.7 em ;
267+ width : 16.4 em ;
268268 background-color : # 333333 ;
269269}
270270# sidebar # sidebar-content # sidebar-home h4 {
@@ -277,7 +277,7 @@ body {
277277# sidebar # sidebar-content # sidebar-home {
278278 position : absolute;
279279 bottom : 90px ;
280- width : 16.7 em ;
280+ width : 16.4 em ;
281281 background-color : # 333333 ;
282282}
283283# sidebar # sidebar-content ul {
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ body {
306306 }
307307
308308 #space-filler {
309- padding-bottom : 50 px ;
309+ padding-bottom : 100 px ;
310310 }
311311
312312 #sidebar-tags h4 :before {
@@ -329,7 +329,7 @@ body {
329329 #sidebar-vscode {
330330 position : absolute ;
331331 bottom : 60px ;
332- width : 16.7 em ;
332+ width : 16.4 em ;
333333 background-color : rgba (51 , 51 , 51 , 1 );
334334 }
335335
@@ -345,7 +345,7 @@ body {
345345 #sidebar-context {
346346 position : absolute ;
347347 bottom : 30px ;
348- width : 16.7 em ;
348+ width : 16.4 em ;
349349 background-color : rgba (51 , 51 , 51 , 1 );
350350 }
351351
@@ -361,7 +361,7 @@ body {
361361 #sidebar-settings {
362362 position : absolute ;
363363 bottom : 0 ;
364- width : 16.7 em ;
364+ width : 16.4 em ;
365365 background-color : rgba (51 , 51 , 51 , 1 );
366366 }
367367
@@ -377,7 +377,7 @@ body {
377377 #sidebar-home {
378378 position : absolute ;
379379 bottom : 90px ;
380- width : 16.7 em ;
380+ width : 16.4 em ;
381381 background-color : rgba (51 , 51 , 51 , 1 );
382382 }
383383
You can’t perform that action at this time.
0 commit comments