This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +21
-10
lines changed
plugins/plugin-client-common/web/css/static Expand file tree Collapse file tree 2 files changed +21
-10
lines changed Original file line number Diff line number Diff line change 16
16
17
17
body {
18
18
--color-sidecar-header : var (--color-base03 );
19
+ --color-sidecar-background : var (--color-base01 );
19
20
--color-sidecar-background-01 : var (--color-base01 );
20
21
--color-sidecar-background-02 : var (--color-base03 );
21
22
}
Original file line number Diff line number Diff line change 16
16
17
17
@import "SidecarCommon.css" ;
18
18
19
+ $to olbar- height: 1.5rem;
20
+
19
21
.kui--sidecar {
20
22
height : 100% ;
21
23
max-height : 100% ;
94
96
display : flex;
95
97
overflow : visible; /* for tooltip visibility */
96
98
97
- .sidecar-toolbar-text p {
98
- font-size : inherit;
99
- line-height : unset;
99
+ .sidecar-toolbar-text {
100
+ p {
101
+ font-size : inherit;
102
+ }
103
+ em {
104
+ padding : 0.125em 1em ;
105
+ margin : 0 1.25em ;
106
+ font-style : normal;
107
+ display : inline-block;
108
+ color : var (--color-sidecar-toolbar-background );
109
+ background-color : var (--color-sidecar-toolbar-foreground );
110
+ border-radius : 0.9375em ;
111
+ mix-blend-mode : difference;
112
+ }
100
113
}
101
114
102
115
.sidecar-toolbar-text ,
103
116
.sidecar-bottom-stripe-mode-bits {
104
117
background-color : var (--color-sidecar-toolbar-background );
105
118
color : var (--color-sidecar-toolbar-foreground );
106
- height : 1.5 em ;
107
- line-height : 1.5 em ;
119
+ height : $ to olbar - height ;
120
+ line-height: $ to olbar - height ;
108
121
dis play: flex;
109
122
align-items : center;
110
123
flex : 1 ;
138
151
+ .sidecar-bottom-stripe-mode-bits .sidecar-bottom-stripe-button-container : not (: empty ) {
139
152
flex : 1 ;
140
153
}
141
- .sidecar-toolbar-text-icon ,
142
- .sidecar-toolbar-text-content {
143
- opacity : 0.875 ;
144
- }
145
154
.sidecar-toolbar-text-icon {
146
155
margin-right : 0.375em ;
147
156
padding-left : 1em ;
174
183
color : inherit;
175
184
background-color : transparent;
176
185
border : none;
186
+ font-size : inherit;
177
187
& : hover {
178
188
cursor : pointer;
179
189
[role = "tab" ] {
190
200
fill : var (--color-sidecar-toolbar-foreground );
191
201
}
192
202
.sidecar-bottom-stripe-mode-bits .sidecar-bottom-stripe-button-container {
193
- padding : 0 0.375em ;
203
+ padding : 0 0.375em 0 1 em ;
194
204
display : flex;
195
205
flex : initial;
196
206
}
You can’t perform that action at this time.
0 commit comments