File size: 554 Bytes
34097e9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.thumbnails.svelte-1tkea93.svelte-1tkea93 {
  justify-content: initial;
}

.thumbnails.scroll-hide.svelte-g4rw9 {
  justify-content: initial;
}

div[id^="image_browser_tab"][id$="image_browser_gallery"].hide_loading > .svelte-gjihhp {
  display: none;
}

.image_browser_gallery img {
  object-fit: scale-down !important;
}

/* Workaround until gradio version is updated to a version that fixes it
   see https://github.com/gradio-app/gradio/issues/1590
*/
#tab_image_browser .thumbnail-item > img {
  width: auto !important;
  height: auto !important;
}