nsfwalex commited on
Commit
ef89bf5
โ€ข
1 Parent(s): cefb960

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -94,9 +94,9 @@ body {
94
  background-color: rgb(3, 7, 18) !important;
95
  border: none !important;
96
  }
97
- #example_img__ .hide-container{
98
  height:100%;
99
- width:50px;
100
  transition: transform 0.5s ease;
101
  }
102
  #example_img {
@@ -108,7 +108,7 @@ body {
108
  width:50px;
109
  transition: transform 0.5s ease;
110
  }
111
- #example_img__ .container{
112
  height:50px;
113
  width:50px;
114
  transition: transform 0.5s ease;
 
94
  background-color: rgb(3, 7, 18) !important;
95
  border: none !important;
96
  }
97
+ #example_img .hide-container{
98
  height:100%;
99
+ width:240px;
100
  transition: transform 0.5s ease;
101
  }
102
  #example_img {
 
108
  width:50px;
109
  transition: transform 0.5s ease;
110
  }
111
+ #example_img .container{
112
  height:50px;
113
  width:50px;
114
  transition: transform 0.5s ease;