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 f1e2f81 commit a2859c9Copy full SHA for a2859c9
utils/x509/encrypt/encrypt.html
@@ -11,15 +11,16 @@
11
html
12
{height:100%}
13
body
14
- {height:calc(100% - 40px;margin:20px;display:flex;flex-direction:column}
+ {height:calc(100% - 40px);margin:20px;display:flex;flex-direction:column}
15
16
#view
17
{flex:1}
18
19
- input
20
- {font-size:16px;padding:5px 10px}
21
- input[type=button]
22
- {cursor:pointer}
+ input
+ {font-size:16px;padding:5px 10px}
+ input[type=button]
+ {cursor:pointer}
23
+
24
.icon
25
{border:1px solid gray;border-radius:3px;box-sizing:border-box;width:30px;height:30px;cursor:pointer}
26
.spc
@@ -68,9 +69,6 @@
68
69
await initdom(document.body);
70
71
- init.stack.complete;
72
-
73
74
}//init
75
76
0 commit comments