fix sizing
This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@
|
|||||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||||
"workbench.colorTheme": "Default Light+",
|
"workbench.colorTheme": "Default Light+",
|
||||||
"javascript.format.semicolons": "insert",
|
"javascript.format.semicolons": "insert",
|
||||||
"window.zoomLevel": 0
|
"window.zoomLevel": 2
|
||||||
|
|
||||||
// "eslint.workingDirectories": ["./packages/desktop"]
|
// "eslint.workingDirectories": ["./packages/desktop"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ function LineIcon({
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{isMultiple ? (
|
{isMultiple ? (
|
||||||
<div className={`relative ${grayscale ? 'grayscale' : ''} h-[40px] w-[40px]`}>
|
<div className={`relative ${grayscale ? 'grayscale' : ''} h-[40px] w-[40px] flex-grow-0`}>
|
||||||
{sourceImages.map((avatarSrc, index) => {
|
{sourceImages.map((avatarSrc, index) => {
|
||||||
if (index === 0) {
|
if (index === 0) {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user