Skip to content

Commit 8a06b80

Browse files
committed
fix: logo alignment
1 parent 90e092e commit 8a06b80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

editors/offline-loader-proper.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
if (logo.parentNode !== host) {
200200
host.insertBefore(logo, host.firstChild);
201201
}
202-
logo.style.cssText = 'height:20px;max-width:120px;margin:0 12px 0 0;display:block;pointer-events:none;';
202+
logo.style.cssText = 'height:20px;max-width:120px;margin:2px 12px 0 6px;display:block;pointer-events:none;';
203203
} else {
204204
if (logo.parentNode !== iframeDoc.body) {
205205
iframeDoc.body.appendChild(logo);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:unit": "bun test __tests__/server-utils.test.js __tests__/desktop-stub-utils.test.js __tests__/generate-office-fonts-path.test.js && node test-url-scheme.js",
1111
"test:e2e": "bun run test:console-batch && bun run test:logo && bun run test:save",
1212
"test:console-batch": "node test-console-batch.js",
13-
"test:logo": "bun __tests__/logo-header.test.js",
13+
"test:logo": "node __tests__/logo-header.test.js",
1414
"test:save": "bun test __tests__/save.test.js",
1515
"build": "cd sdkjs/build && npm install && npx grunt --desktop=true && cd ../.. && for e in cell word slide visio; do mkdir -p editors/sdkjs/$e && cp sdkjs/deploy/sdkjs/$e/sdk-all.js editors/sdkjs/$e/ && cp sdkjs/deploy/sdkjs/$e/sdk-all-min.js editors/sdkjs/$e/; done",
1616
"build:minify": "bunx esbuild server.js --minify --outfile=dist/server.js"

0 commit comments

Comments
 (0)