Skip to content

Commit 90e6431

Browse files
committed
Compact the UI badges
1 parent dbd92ca commit 90e6431

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- Removed unused save all functionality
2222
- Allow showing testcase details on compiler error status
2323
- Enhanced integrated view to display compilation output and errors
24+
- Made the bubble texts in the UI more compact
2425

2526
### Fixed
2627

src/webview/judge/TestcaseToolbar.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@
260260
.toolbar-badge-container {
261261
display: flex;
262262
align-items: center;
263-
padding: 0px 6px;
264-
border-radius: 11px;
263+
padding: 0px 3px;
264+
border-radius: 5px;
265265
font-size: 15px;
266266
font-weight: bold;
267267
line-height: 1;

src/webview/stress/State.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@
273273
.state-badge {
274274
display: flex;
275275
align-items: center;
276-
padding: 0px 6px;
277-
border-radius: 11px;
276+
padding: 0px 3px;
277+
border-radius: 5px;
278278
font-size: 15px;
279279
font-weight: bold;
280280
line-height: 1;

0 commit comments

Comments
 (0)