Skip to content
Prev Previous commit
Next Next commit
adjust some css values
  • Loading branch information
francescospissu committed Jul 8, 2022
commit b0348c11cb47774b04ac1b3450af25ecc246980c
5 changes: 3 additions & 2 deletions arduino-ide-extension/src/browser/style/dialogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
}

.p-Widget.dialogOverlay .dialogBlock .dialogContent .dialogSection .dialogRow:first-child {
margin-top: 0px;
margin-top: 0px;
height: 32px;
}

.fl1{
Expand All @@ -69,4 +70,4 @@

.fa.disabled {
opacity: .4;
}
}
6 changes: 3 additions & 3 deletions arduino-ide-extension/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ button.theia-button,
justify-content: center;
cursor: pointer;
letter-spacing: .01em;
line-height: 170%;
line-height: 23.8px;
outline: none;
padding: 0 18px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
Expand All @@ -83,7 +83,7 @@ button.theia-button,
}

button.theia-button {
height: auto;
height: 28px;
max-width: none;
}

Expand Down