Skip to content

Commit b4d2d74

Browse files
author
Movelytics
committed
sync: publishable SDK from monorepo
1 parent 2dd702c commit b4d2d74

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/backends/webview/poseHtml.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ const PAGE_CSS = `
7171
#wm.show { display:flex; }
7272
#wm .wm-powered {
7373
color:rgba(255,255,255,0.7);
74-
font:600 9px/1.2 -apple-system,system-ui,sans-serif;
74+
font:600 11px/1.2 -apple-system,system-ui,sans-serif;
7575
letter-spacing:0.12em;
7676
text-transform:uppercase;
77-
margin-bottom:3px;
77+
margin-bottom:4px;
7878
}
7979
#wm .wm-logo {
80-
width:108px; height:auto; display:block;
80+
width:130px; height:auto; display:block;
8181
opacity:0.92;
8282
filter:drop-shadow(0 1px 2px rgba(0,0,0,0.45));
8383
}

src/backends/webview/poseHtml.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ const PAGE_CSS = `
132132
#wm.show { display:flex; }
133133
#wm .wm-powered {
134134
color:rgba(255,255,255,0.7);
135-
font:600 9px/1.2 -apple-system,system-ui,sans-serif;
135+
font:600 11px/1.2 -apple-system,system-ui,sans-serif;
136136
letter-spacing:0.12em;
137137
text-transform:uppercase;
138-
margin-bottom:3px;
138+
margin-bottom:4px;
139139
}
140140
#wm .wm-logo {
141-
width:108px; height:auto; display:block;
141+
width:130px; height:auto; display:block;
142142
opacity:0.92;
143143
filter:drop-shadow(0 1px 2px rgba(0,0,0,0.45));
144144
}

0 commit comments

Comments
 (0)