We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169613e commit c17587aCopy full SHA for c17587a
apps/application/template/embed.js
@@ -173,8 +173,8 @@ function initMaxkbStyle(root){
173
}
174
#maxkb .maxkb-tips {
175
position: fixed;
176
- bottom: 30px;
177
- right: 66px;
+ {{x_type}}:calc({{x_value}}px + 75px);
+ {{y_type}}: calc({{y_value}}px + 0px);
178
padding: 22px 24px 24px;
179
border-radius: 6px;
180
color: #ffffff;
@@ -191,8 +191,8 @@ function initMaxkbStyle(root){
191
transform: rotate(45deg);
192
box-sizing: border-box;
193
/* left */
194
- right: -5px;
195
- bottom: 33px;
+ {{x_type}}: -5px;
+ {{y_type}}: 33px;
196
border-left-color: transparent;
197
border-bottom-color: transparent
198
0 commit comments