Procházet zdrojové kódy

Update icon alignment

Saoud Rizwan před 1 rokem
rodič
revize
63f3589f89
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      webview-ui/src/components/ChatView.tsx

+ 1 - 1
webview-ui/src/components/ChatView.tsx

@@ -676,7 +676,7 @@ const ChatView = ({
 						style={{ marginRight: "2px" }}>
 						<span
 							className="codicon codicon-device-camera"
-							style={{ fontSize: 18, marginLeft: -2, marginTop: -2 }}></span>
+							style={{ fontSize: 18, marginLeft: -2, marginTop: -3 }}></span>
 					</VSCodeButton>
 					<VSCodeButton
 						disabled={textAreaDisabled}