diff --git a/examples/javascript-object-detection/style.css b/examples/javascript-object-detection/style.css index 9c28ac5c3..a8dd91304 100644 --- a/examples/javascript-object-detection/style.css +++ b/examples/javascript-object-detection/style.css @@ -17,20 +17,16 @@ body { align-items: center; cursor: pointer; gap: 10px; + border: 2px solid black; + padding: 8px 16px; + cursor: pointer; + border-radius: 6px; } #file-upload { display: none; } -.upload-button { - border: 2px solid black; - padding: 8px 16px; - cursor: pointer; - display: flex; - align-items: center; -} - .upload-icon { width: 30px; } @@ -59,4 +55,4 @@ body { margin-top: -16px; margin-left: -2px; padding: 1px; -} \ No newline at end of file +}