Skip to content

Commit 385253c

Browse files
committed
Fixed studio issues
1 parent 5a852bd commit 385253c

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

git-webui/release/share/git-webui/webui/css/git-webui.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ body {
220220
content: url(../img/branch.svg);
221221
}
222222
#sidebar #sidebar-content #space-filler {
223-
padding-bottom: 50px;
223+
padding-bottom: 100px;
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.7em;
241+
width: 16.4em;
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.7em;
254+
width: 16.4em;
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.7em;
267+
width: 16.4em;
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.7em;
280+
width: 16.4em;
281281
background-color: #333333;
282282
}
283283
#sidebar #sidebar-content ul {

git-webui/src/share/git-webui/webui/css/git-webui.less

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ body {
306306
}
307307

308308
#space-filler {
309-
padding-bottom: 50px;
309+
padding-bottom: 100px;
310310
}
311311

312312
#sidebar-tags h4:before {
@@ -329,7 +329,7 @@ body {
329329
#sidebar-vscode {
330330
position: absolute;
331331
bottom: 60px;
332-
width: 16.7em;
332+
width: 16.4em;
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.7em;
348+
width: 16.4em;
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.7em;
364+
width: 16.4em;
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.7em;
380+
width: 16.4em;
381381
background-color: rgba(51, 51, 51, 1);
382382
}
383383

0 commit comments

Comments
 (0)