Skip to content

Commit b0348c1

Browse files
adjust some css values
1 parent 91208ac commit b0348c1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Diff for: arduino-ide-extension/src/browser/style/dialogs.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
}
5656

5757
.p-Widget.dialogOverlay .dialogBlock .dialogContent .dialogSection .dialogRow:first-child {
58-
margin-top: 0px;
58+
margin-top: 0px;
59+
height: 32px;
5960
}
6061

6162
.fl1{
@@ -69,4 +70,4 @@
6970

7071
.fa.disabled {
7172
opacity: .4;
72-
}
73+
}

Diff for: arduino-ide-extension/src/browser/style/index.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ button.theia-button,
6969
justify-content: center;
7070
cursor: pointer;
7171
letter-spacing: .01em;
72-
line-height: 170%;
72+
line-height: 23.8px;
7373
outline: none;
74-
padding: 0 18px;
74+
padding: 0 16px;
7575
position: relative;
7676
text-align: center;
7777
text-decoration: none;
@@ -83,7 +83,7 @@ button.theia-button,
8383
}
8484

8585
button.theia-button {
86-
height: auto;
86+
height: 28px;
8787
max-width: none;
8888
}
8989

0 commit comments

Comments
 (0)