Skip to content

Commit be03503

Browse files
Use app-region instead of -webkit-app-region
1 parent a907150 commit be03503

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

1DIV/dist/app.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ button {
3131
text-transform: uppercase;
3232
font-size: 10px;
3333
cursor: pointer;
34-
-webkit-app-region: no-drag;
34+
app-region: no-drag;
3535
}
3636

3737
button:hover {
@@ -109,14 +109,14 @@ header input {
109109
}
110110

111111
body:not(.demo-selected) header input {
112-
-webkit-app-region: no-drag;
112+
app-region: no-drag;
113113
}
114114

115115
header .new {
116116
display: flex;
117117
gap: var(--padding);
118118
align-items: center;
119-
-webkit-app-region: no-drag;
119+
app-region: no-drag;
120120
}
121121

122122
header .new::after {
@@ -294,15 +294,15 @@ css-playground.full-size {
294294
}
295295

296296
.demo-selected .demo-name {
297-
-webkit-app-region: no-drag;
297+
app-region: no-drag;
298298
}
299299

300300
.drag {
301301
position: fixed;
302302
top: 0;
303303
width: 100%;
304304
height: env(titlebar-area-height, 0);
305-
-webkit-app-region: drag;
305+
app-region: drag;
306306
}
307307

308308
css-playground {

pwa-pwastore/styles/pwastore.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ footer {
226226
left: env(titlebar-area-x, 0);
227227
width: env(titlebar-area-width, 100%);
228228
height: env(titlebar-area-height, 33px);
229-
-webkit-app-region: drag;
230229
app-region: drag;
231230
}
232231

pwamp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
left: env(titlebar-area-x);
2323
height: env(titlebar-area-height);
2424
width: env(titlebar-area-width);
25-
-webkit-app-region: drag;
25+
app-region: drag;
2626
"
2727
></div>
2828

wami/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
left: env(titlebar-area-x, 0);
1616
height: env(titlebar-area-height, 0);
1717
width: env(titlebar-area-width, 0);
18-
-webkit-app-region: drag;
18+
app-region: drag;
1919
"
2020
></div>
2121
<h1>

wami/styles/dialogs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ dialog .close-dialog {
2828
position: fixed;
2929
top: 1rem;
3030
left: 1rem;
31-
-webkit-app-region: no-drag;
31+
app-region: no-drag;
3232
}

0 commit comments

Comments
 (0)