mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Cleaning up
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
e5e02f058a
commit
055e69bab8
@ -6,8 +6,7 @@
|
|||||||
|
|
||||||
.Badge {
|
.Badge {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0;
|
margin-bottom: 1px;
|
||||||
margin-bottom: 1px!important;
|
|
||||||
padding: $padding $spacing;
|
padding: $padding $spacing;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -137,7 +137,7 @@ export class Preferences extends React.Component {
|
|||||||
formatOptionLabel={this.formatHelmOptionLabel}
|
formatOptionLabel={this.formatHelmOptionLabel}
|
||||||
controlShouldRenderValue={false}
|
controlShouldRenderValue={false}
|
||||||
/>
|
/>
|
||||||
<div className="repos flex gaps column">
|
<div className="repos flex column">
|
||||||
{Array.from(this.helmAddedRepos).map(([name, repo]) => {
|
{Array.from(this.helmAddedRepos).map(([name, repo]) => {
|
||||||
const tooltipId = `message-${name}`;
|
const tooltipId = `message-${name}`;
|
||||||
return (
|
return (
|
||||||
|
|||||||
@ -19,10 +19,6 @@
|
|||||||
padding: var(--wizard-spacing);
|
padding: var(--wizard-spacing);
|
||||||
height: var(--wizard-content-height);
|
height: var(--wizard-content-height);
|
||||||
max-height: var(--wizard-content-max-height);
|
max-height: var(--wizard-content-max-height);
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
|
||||||
background-color: #bbbbbb; // Always light scrollbar in dialogs
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> .header {
|
> .header {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user