Skip to content

Commit 6d5b5c8

Browse files
adjust some css values
1 parent f918ec3 commit 6d5b5c8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

arduino-ide-extension/src/browser/style/dialogs.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
}
4949

5050
.p-Widget.dialogOverlay .dialogBlock .dialogContent .dialogSection .dialogRow:first-child {
51-
margin-top: 0px;
51+
margin-top: 0px;
52+
height: 32px;
5253
}
5354

5455
.fl1{
@@ -62,4 +63,4 @@
6263

6364
.fa.disabled {
6465
opacity: .4;
65-
}
66+
}

arduino-ide-extension/src/browser/style/index.css

Lines changed: 3 additions & 3 deletions
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)