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
14
14
- Added filtering through branch names in UI (#615 )
15
15
- FullLoad pull event handler allows deploying changes with a full import of the repository (#619 )
16
16
17
+ ## Fixed
18
+ - Fixed minor issues in Studio UI (#641 )
19
+
17
20
## [ 2.7.1] - 2024-11-13
18
21
19
22
### Fixed
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ body {
220
220
content : url(../ img/branch.svg);
221
221
}
222
222
# sidebar # sidebar-content # space-filler {
223
- padding-bottom : 50 px ;
223
+ padding-bottom : 100 px ;
224
224
}
225
225
# sidebar # sidebar-content # sidebar-tags h4 : before {
226
226
content : url(../ img/tag.svg);
@@ -238,7 +238,7 @@ body {
238
238
# sidebar # sidebar-content # sidebar-vscode {
239
239
position : absolute;
240
240
bottom : 60px ;
241
- width : 16.7 em ;
241
+ width : 16.4 em ;
242
242
background-color : # 333333 ;
243
243
}
244
244
# sidebar # sidebar-content # sidebar-context h4 {
@@ -251,7 +251,7 @@ body {
251
251
# sidebar # sidebar-content # sidebar-context {
252
252
position : absolute;
253
253
bottom : 30px ;
254
- width : 16.7 em ;
254
+ width : 16.4 em ;
255
255
background-color : # 333333 ;
256
256
}
257
257
# sidebar # sidebar-content # sidebar-settings h4 {
@@ -264,7 +264,7 @@ body {
264
264
# sidebar # sidebar-content # sidebar-settings {
265
265
position : absolute;
266
266
bottom : 0 ;
267
- width : 16.7 em ;
267
+ width : 16.4 em ;
268
268
background-color : # 333333 ;
269
269
}
270
270
# sidebar # sidebar-content # sidebar-home h4 {
@@ -277,7 +277,7 @@ body {
277
277
# sidebar # sidebar-content # sidebar-home {
278
278
position : absolute;
279
279
bottom : 90px ;
280
- width : 16.7 em ;
280
+ width : 16.4 em ;
281
281
background-color : # 333333 ;
282
282
}
283
283
# sidebar # sidebar-content ul {
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ body {
306
306
}
307
307
308
308
#space-filler {
309
- padding-bottom : 50 px ;
309
+ padding-bottom : 100 px ;
310
310
}
311
311
312
312
#sidebar-tags h4 :before {
@@ -329,7 +329,7 @@ body {
329
329
#sidebar-vscode {
330
330
position : absolute ;
331
331
bottom : 60px ;
332
- width : 16.7 em ;
332
+ width : 16.4 em ;
333
333
background-color : rgba (51 , 51 , 51 , 1 );
334
334
}
335
335
@@ -345,7 +345,7 @@ body {
345
345
#sidebar-context {
346
346
position : absolute ;
347
347
bottom : 30px ;
348
- width : 16.7 em ;
348
+ width : 16.4 em ;
349
349
background-color : rgba (51 , 51 , 51 , 1 );
350
350
}
351
351
@@ -361,7 +361,7 @@ body {
361
361
#sidebar-settings {
362
362
position : absolute ;
363
363
bottom : 0 ;
364
- width : 16.7 em ;
364
+ width : 16.4 em ;
365
365
background-color : rgba (51 , 51 , 51 , 1 );
366
366
}
367
367
@@ -377,7 +377,7 @@ body {
377
377
#sidebar-home {
378
378
position : absolute ;
379
379
bottom : 90px ;
380
- width : 16.7 em ;
380
+ width : 16.4 em ;
381
381
background-color : rgba (51 , 51 , 51 , 1 );
382
382
}
383
383
You can’t perform that action at this time.
0 commit comments