mockaton 8.11.3 → 8.11.4

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Dashboard.css +10 -6
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "mockaton",
3
3
  "description": "A deterministic server-side for developing and testing frontend clients",
4
4
  "type": "module",
5
- "version": "8.11.3",
5
+ "version": "8.11.4",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",
8
8
  "license": "MIT",
package/src/Dashboard.css CHANGED
@@ -1,7 +1,7 @@
1
1
  :root {
2
2
  --boxShadow1: 0 2px 1px -1px rgba(0, 0, 0, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
3
3
  --radius: 28px;
4
- --radiusSmall: 2px;
4
+ --radiusSmall: 4px;
5
5
  }
6
6
 
7
7
  @media (prefers-color-scheme: light) {
@@ -120,7 +120,7 @@ select {
120
120
  img {
121
121
  width: 130px;
122
122
  align-self: center;
123
- margin-right: 28px;
123
+ margin-right: 20px;
124
124
  }
125
125
 
126
126
  .Field {
@@ -181,7 +181,7 @@ select {
181
181
 
182
182
  &.FallbackBackend {
183
183
  position: relative;
184
- width: 210px;
184
+ width: 212px;
185
185
 
186
186
  .SaveProxiedCheckbox {
187
187
  position: absolute;
@@ -194,6 +194,10 @@ select {
194
194
  font-size: 11px;
195
195
  gap: 4px;
196
196
 
197
+ span {
198
+ margin-left: 0;
199
+ }
200
+
197
201
  input:disabled + span {
198
202
  opacity: 0.8;
199
203
  }
@@ -278,10 +282,10 @@ select {
278
282
 
279
283
  .PreviewLink {
280
284
  position: relative;
281
- left: -6px;
285
+ left: -10px;
282
286
  display: inline-block;
283
- width: 272px;
284
- padding: 8px 6px;
287
+ width: 282px;
288
+ padding: 8px 11px;
285
289
  border-radius: var(--radius);
286
290
  color: var(--colorAccent);
287
291
  text-decoration: none;