mockaton 12.5.2 → 12.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/client/styles.css +5 -7
package/package.json
CHANGED
package/src/client/styles.css
CHANGED
|
@@ -76,7 +76,6 @@ a {
|
|
|
76
76
|
|
|
77
77
|
select {
|
|
78
78
|
border: 1px solid transparent;
|
|
79
|
-
font-size: 100%;
|
|
80
79
|
color: var(--colorText);
|
|
81
80
|
border-radius: var(--radius);
|
|
82
81
|
appearance: none;
|
|
@@ -116,7 +115,7 @@ header {
|
|
|
116
115
|
opacity: 1;
|
|
117
116
|
}
|
|
118
117
|
|
|
119
|
-
@media (max-width:
|
|
118
|
+
@media (max-width: 740px) {
|
|
120
119
|
display: none;
|
|
121
120
|
}
|
|
122
121
|
|
|
@@ -134,7 +133,7 @@ header {
|
|
|
134
133
|
align-items: flex-end;
|
|
135
134
|
gap: 16px 12px;
|
|
136
135
|
|
|
137
|
-
@media (max-width:
|
|
136
|
+
@media (max-width: 600px) {
|
|
138
137
|
.HelpLink {
|
|
139
138
|
margin-left: unset;
|
|
140
139
|
}
|
|
@@ -187,6 +186,7 @@ header {
|
|
|
187
186
|
display: flex;
|
|
188
187
|
align-items: center;
|
|
189
188
|
margin-left: 8px;
|
|
189
|
+
white-space: nowrap;
|
|
190
190
|
color: var(--colorLabel);
|
|
191
191
|
font-size: 11px;
|
|
192
192
|
gap: 4px;
|
|
@@ -257,7 +257,7 @@ header {
|
|
|
257
257
|
|
|
258
258
|
&.FallbackBackend {
|
|
259
259
|
position: relative;
|
|
260
|
-
width:
|
|
260
|
+
width: 160px;
|
|
261
261
|
|
|
262
262
|
.SaveProxiedCheckbox {
|
|
263
263
|
position: absolute;
|
|
@@ -267,7 +267,6 @@ header {
|
|
|
267
267
|
width: auto;
|
|
268
268
|
min-width: unset;
|
|
269
269
|
align-items: center;
|
|
270
|
-
font-size: 11px;
|
|
271
270
|
gap: 4px;
|
|
272
271
|
|
|
273
272
|
input + .checkboxBody {
|
|
@@ -464,12 +463,11 @@ main {
|
|
|
464
463
|
padding-right: 20px;
|
|
465
464
|
padding-left: 8px;
|
|
466
465
|
text-overflow: ellipsis;
|
|
467
|
-
font-size: 12px;
|
|
468
466
|
text-align: right;
|
|
469
467
|
|
|
470
468
|
&.nonDefault {
|
|
471
469
|
font-weight: bold;
|
|
472
|
-
font-size:
|
|
470
|
+
font-size: 11px;
|
|
473
471
|
}
|
|
474
472
|
&.status4xx {
|
|
475
473
|
background: var(--color4xxBackground);
|