Skip to content

Commit fc628e2

Browse files
committed
feat(frontend): fixed smaller css issues
1 parent 0e1041b commit fc628e2

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

frontend/src/app/core/mud/components/mud-client/mud-client.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
.sr-history {
4141
min-height: 0;
4242
width: 100%;
43-
height: 100vh;
43+
height: 100%;
4444
overflow: auto;
4545
position: absolute;
4646
top: 0;

frontend/src/app/core/mud/components/mud-client/mud-client.component.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ export class MudClientComponent implements AfterViewInit, OnDestroy {
5353

5454
private readonly fontSizeBreakpoints = [
5555
{ minWidth: 0, fontSize: 8.5 },
56-
{ minWidth: 380, fontSize: 9 },
57-
{ minWidth: 420, fontSize: 10 },
58-
{ minWidth: 470, fontSize: 11 },
59-
{ minWidth: 520, fontSize: 12 },
60-
{ minWidth: 570, fontSize: 13 },
61-
{ minWidth: 620, fontSize: 14 },
62-
{ minWidth: 670, fontSize: 15 },
63-
{ minWidth: 720, fontSize: 16 },
56+
{ minWidth: 420, fontSize: 9 },
57+
{ minWidth: 470, fontSize: 10 },
58+
{ minWidth: 520, fontSize: 11 },
59+
{ minWidth: 570, fontSize: 12 },
60+
{ minWidth: 620, fontSize: 13 },
61+
{ minWidth: 670, fontSize: 14 },
62+
{ minWidth: 720, fontSize: 15 },
63+
{ minWidth: 770, fontSize: 16 },
6464
];
6565

6666
private readonly terminal: Terminal;

0 commit comments

Comments
 (0)