-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopt.view.css
More file actions
37 lines (30 loc) · 654 Bytes
/
opt.view.css
File metadata and controls
37 lines (30 loc) · 654 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[hyoo_js_opt_menu_content] {
justify-content: space-between;
flex: 1 0 auto;
}
[hyoo_js_opt_script] {
flex: 1 0 60rem;
}
[hyoo_js_opt_script_tools] {
flex-grow: 1000;
}
[hyoo_js_opt_script_foot] {
padding: var(--mol_gap_block);
justify-content: flex-end;
}
[hyoo_js_opt_script_native_anchor] {
color: var(--mol_theme_focus);
padding: var(--mol_gap_text);
}
[hyoo_js_opt_script_point_hint] {
white-space: pre;
}
[hyoo_js_opt_script_func_marker] {
color: var(--mol_theme_focus);
font-size: .75rem;
text-shadow: 0 0;
padding: var(--mol_gap_text);
}
[hyoo_js_opt_script_func_marker_optimized="true"] {
color: var(--mol_theme_special);
}