@vscode/markdown-editor 0.0.2-56 → 0.0.2-57

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/markdown-editor",
3
- "version": "0.0.2-56",
3
+ "version": "0.0.2-57",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -115,5 +115,5 @@
115
115
  "vitest": "^4.1.0",
116
116
  "zod": "^4.3.6"
117
117
  },
118
- "gitHead": "2f7f4d88ca5b2b5fee7ec021e017827e5e3329e0"
118
+ "gitHead": "d0c8ebb80a677c782f95ef408db654196fec7b9d"
119
119
  }
@@ -30,7 +30,7 @@
30
30
  .md-theme-default .md-code-block {
31
31
  background: #f4f4f4;
32
32
  border-radius: 4px;
33
- padding: 12px 16px;
33
+ padding: 8px 12px;
34
34
  margin: 0.5em 0;
35
35
  }
36
36
 
@@ -121,7 +121,7 @@
121
121
  .github-markdown-theme .md-code-block {
122
122
  margin-top: 0;
123
123
  margin-bottom: 16px;
124
- padding: 10px 16px;
124
+ padding: 8px 12px;
125
125
  font-size: 85%;
126
126
  line-height: 1.45;
127
127
  background-color: #f6f8fa;
@@ -217,7 +217,7 @@
217
217
  .md-theme-vscode-default .md-code-block {
218
218
  margin-top: 0;
219
219
  margin-bottom: 16px;
220
- padding: 16px;
220
+ padding: 6px 10px;
221
221
  line-height: 1.357;
222
222
  background-color: var(--vscode-textCodeBlock-background, #f6f8fa);
223
223
  border: 1px solid var(--vscode-widget-border, #d1d9e0);
@@ -214,7 +214,7 @@
214
214
  .md-theme-vscode-github .md-code-block {
215
215
  margin-top: 0;
216
216
  margin-bottom: 16px;
217
- padding: 10px 16px;
217
+ padding: 6px 10px;
218
218
  font-size: 85%;
219
219
  line-height: 1.45;
220
220
  background-color: var(--vscode-textCodeBlock-background, #f6f8fa);