Skip to content

Commit 6ff602f

Browse files
save file
1 parent 00303da commit 6ff602f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

utils/editors/html/auto-save/v2.0/auto-save-v2.0.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
<style>
88

99
:host
10-
{font-family:arial;display:inline-block;align-items:center}
11-
12-
10+
{font-family:arial;display:inline-block;align-items:center;line-height: 0;
11+
}
12+
13+
1314
.menu [type=checkbox]
1415
{width:20px;height:20px;margin:0}
1516

@@ -272,6 +273,10 @@
272273

273274
<style>
274275

276+
:host
277+
{line-height: 0;
278+
}
279+
275280
.slider
276281
{position:relative;display:inline-flex;align-items:center;cursor:pointer;border:1px solid gray;border-radius:3px;height:30px;box-sizing:border-box;padding:0 5px}
277282
.slider input

0 commit comments

Comments
 (0)