Skip to content

Commit 03a333b

Browse files
committed
Double border radius in some areas
1 parent ba36558 commit 03a333b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/webview/AutoresizeTextarea.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
white-space: pre;
323323
padding: 4px;
324324
border: 1px solid var(--vscode-editorWidget-border);
325-
border-radius: 2px;
325+
border-radius: 4px;
326326
box-sizing: border-box;
327327
background: var(--vscode-editor-background);
328328
width: 100%;

src/webview/judge/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
box-sizing: border-box;
279279
padding: 4px;
280280
border: 1px solid var(--vscode-input-border);
281-
border-radius: 2px;
281+
border-radius: 4px;
282282
background: var(--vscode-input-background);
283283
color: var(--vscode-input-foreground);
284284
}

src/webview/judge/TestcaseToolbar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
align-items: center;
328328
justify-content: center;
329329
align-self: stretch;
330-
border-radius: 2px;
330+
border-radius: 4px;
331331
padding: 3px;
332332
border: none;
333333
background: transparent;

src/webview/stress/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
cursor: pointer;
290290
border: 1px solid var(--vscode-checkbox-border, var(--vscode-input-border));
291291
background: var(--vscode-checkbox-background, var(--vscode-input-background));
292-
border-radius: 2px;
292+
border-radius: 4px;
293293
display: flex;
294294
align-items: center;
295295
justify-content: center;

src/webview/stress/StateToolbar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
align-items: center;
237237
justify-content: center;
238238
align-self: stretch;
239-
border-radius: 2px;
239+
border-radius: 4px;
240240
padding: 3px;
241241
border: none;
242242
background: transparent;

0 commit comments

Comments
 (0)