DJ commited on
Commit
ec592f6
·
1 Parent(s): baf7b67

Enhance loader logo styles in app.py for better responsiveness and appearance

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -42,9 +42,12 @@ CSS_STYLES = """
42
  }
43
 
44
  .loader-logo {
 
 
45
  max-width: 200px;
46
  opacity: 0;
47
  animation: fadeInLogo 1s ease-in-out forwards;
 
48
  }
49
 
50
  .spinner-container {
 
42
  }
43
 
44
  .loader-logo {
45
+ width: 100%;
46
+ height: auto;
47
  max-width: 200px;
48
  opacity: 0;
49
  animation: fadeInLogo 1s ease-in-out forwards;
50
+ object-fit: contain;
51
  }
52
 
53
  .spinner-container {