We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91208ac commit b0348c1Copy full SHA for b0348c1
arduino-ide-extension/src/browser/style/dialogs.css
@@ -55,7 +55,8 @@
55
}
56
57
.p-Widget.dialogOverlay .dialogBlock .dialogContent .dialogSection .dialogRow:first-child {
58
- margin-top: 0px;
+ margin-top: 0px;
59
+ height: 32px;
60
61
62
.fl1{
@@ -69,4 +70,4 @@
69
70
71
.fa.disabled {
72
opacity: .4;
-}
73
+}
arduino-ide-extension/src/browser/style/index.css
@@ -69,9 +69,9 @@ button.theia-button,
justify-content: center;
cursor: pointer;
letter-spacing: .01em;
- line-height: 170%;
+ line-height: 23.8px;
outline: none;
74
- padding: 0 18px;
+ padding: 0 16px;
75
position: relative;
76
text-align: center;
77
text-decoration: none;
@@ -83,7 +83,7 @@ button.theia-button,
83
84
85
button.theia-button {
86
- height: auto;
+ height: 28px;
87
max-width: none;
88
89
0 commit comments