Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit d9914f1

Browse files
committed
fix(plugins/plugin-client-common): LeftNavSidecar font size and layout issues
1) breadcrumb font size too small Fixes #4718 2) close button not flush right Fixes #4719
1 parent 734f9e5 commit d9914f1

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

plugins/plugin-client-common/web/css/static/sidecar.css

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,25 @@
1818
@import "../../scss/components/Navigation/common";
1919

2020
.kui--sidecar.visible.kui--nav-view {
21-
flex: 3.5;
22-
font-size: 0.875em;
23-
2421
.sidecar-bottom-stripe-left-bits {
2522
display: none;
2623
}
2724

25+
.kui--sidecar-header-and-body {
26+
font-size: 0.875em;
27+
}
28+
2829
.sidecar-bottom-stripe {
2930
transition: none;
3031
&:not(.kui--sidecar--titlebar-has-breadcrumbs) {
3132
border: none;
3233
background: transparent;
34+
}
3335

34-
.sidecar-bottom-stripe-right-bits {
35-
/* filler in the window stripe to fill with the content column */
36-
flex: 6;
37-
justify-content: flex-end;
38-
}
36+
.sidecar-bottom-stripe-right-bits {
37+
/* filler in the window stripe to fill with the content column */
38+
flex: 1;
39+
justify-content: flex-end;
3940
}
4041

4142
.kui--sidecar--titlebar-navigation {

0 commit comments

Comments
 (0)