Enhance Code Consistency Across Repository with .editorconfig (#19023)

This commit is contained in:
QuantumGhost
2025-04-29 18:04:33 +08:00
committed by GitHub
parent 226afd4550
commit bd1bbfee4b
274 changed files with 1271 additions and 1217 deletions

View File

@@ -1,3 +1,3 @@
.item {
background-color: rgba(21, 94, 239, 0.05);
}
}

View File

@@ -5,4 +5,4 @@
.icon {
box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
}

View File

@@ -25,4 +25,4 @@
.boxHeader:hover .optionWrap {
display: flex;
}
}

View File

@@ -4,4 +4,4 @@
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
}

View File

@@ -3,4 +3,4 @@
right: -16px;
bottom: -16px;
border-top: 1px solid #F3F4F6;
}
}

View File

@@ -19,4 +19,4 @@
.settingBtn:hover {
background-color: rgba(0, 0, 0, 0.05);
}
}

View File

@@ -4,4 +4,4 @@
.weightedScoreSliderTrack-1 {
background: transparent !important;
}
}

View File

@@ -11,4 +11,4 @@
height: 3px;
background-color: rgba(68, 76, 231, 0.18);
transform: skewX(-30deg);
}
}

View File

@@ -87,7 +87,7 @@ const Tools = () => {
<div className='flex grow items-center'>
<div
className={`
group mr-1 flex h-6 w-6 items-center justify-center rounded-md
group mr-1 flex h-6 w-6 items-center justify-center rounded-md
${externalDataToolsConfig.length && 'hover:bg-white hover:shadow-xs'}
`}
onClick={() => setExpanded(v => !v)}

View File

@@ -17,4 +17,4 @@
}
.pluginInstallIcon {
background-image: url(../assets/chromeplugin-install.svg);
}
}