zoom to 150% in desktop and disable clipify until analysis called
This commit is contained in:
@@ -24,6 +24,7 @@ fn App(cx: Scope) -> Element {
|
|||||||
body {{
|
body {{
|
||||||
max-width: 600pt;
|
max-width: 600pt;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
zoom: 150%;
|
||||||
}}
|
}}
|
||||||
label {{
|
label {{
|
||||||
display: block;
|
display: block;
|
||||||
@@ -103,7 +104,7 @@ fn App(cx: Scope) -> Element {
|
|||||||
status.set(f);
|
status.set(f);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
input { r#type: "submit", value: "clipify selected spans", disabled: file.get().len() == 0 || status.get().starts_with("[WORKING]") }
|
input { r#type: "submit", value: "clipify selected spans", disabled: file.get().len() == 0 || status.get().starts_with("[WORKING]") || analysis.get().result.len() == 0 }
|
||||||
hr {}
|
hr {}
|
||||||
analysis.get().result.iter().map(|a| {
|
analysis.get().result.iter().map(|a| {
|
||||||
rsx! {
|
rsx! {
|
||||||
|
|||||||
Reference in New Issue
Block a user