4157b5a16cd39c1f6af20dd321cb69e113574993
chmalee
  Tue Apr 8 16:55:52 2025 -0700
Make the uppy window larger, add a search bar to the batch select options. TODO: make the batch change options present a plain option if there are differing metadata for each file, refs #31058

diff --git src/hg/htdocs/style/hgMyData.css src/hg/htdocs/style/hgMyData.css
index 7d0b3a46a14..49554ba1522 100644
--- src/hg/htdocs/style/hgMyData.css
+++ src/hg/htdocs/style/hgMyData.css
@@ -54,15 +54,20 @@
 #filesDiv input.dt-input,#filesDiv .dt-scroll-body {
     background-color: #f9f9f9;
 }
 
 .breadcrumb {
     text-decoration: underline;
     cursor: pointer;
     font-size: larger;
 }
 
 /* Prevent the page from jumping around slightly when a button gets added
  * into this div */
 #selectedFileInfo {
     height: 1.2em;
 }
+
+.uppy-Dashboard-inner {
+    width: 85% !important;
+    height: 75% !important;
+}