francescoKrnl commited on
Commit
aae6179
1 Parent(s): 6861f4c

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -6
style.css CHANGED
@@ -100,7 +100,7 @@ h1 {
100
  #radio_row .wrap {
101
  justify-content: center;
102
  }
103
- /* .image_container {
104
  overflow: visible !important;
105
  flex-shrink: 0 !important;
106
  flex-grow: 0 !important;
@@ -119,7 +119,7 @@ h1 {
119
  }
120
  #input_image_container .styler{
121
  background-color: white !important;
122
- } */
123
  #output_image_container{
124
  overflow: hidden !important;
125
  }
@@ -135,14 +135,14 @@ h1 {
135
 
136
  .image_container .tools-wrap {
137
  display: none !important;
138
- }
139
  .image_container>div.styler {
140
  overflow:hidden;
141
  border-radius:30px;
142
  flex-grow: 1;
143
  height: 100% !important;
144
- } */
145
- /* #input_image {
146
  flex-grow: 1;
147
  border:none !important;
148
  } */
@@ -161,7 +161,7 @@ h1 {
161
  canvas{
162
  max-width: none !important;
163
  max-height: none !important;
164
- } */
165
  #output_image > div.icon-buttons{
166
  display:none;
167
  }
 
100
  #radio_row .wrap {
101
  justify-content: center;
102
  }
103
+ .image_container {
104
  overflow: visible !important;
105
  flex-shrink: 0 !important;
106
  flex-grow: 0 !important;
 
119
  }
120
  #input_image_container .styler{
121
  background-color: white !important;
122
+ }
123
  #output_image_container{
124
  overflow: hidden !important;
125
  }
 
135
 
136
  .image_container .tools-wrap {
137
  display: none !important;
138
+ } */
139
  .image_container>div.styler {
140
  overflow:hidden;
141
  border-radius:30px;
142
  flex-grow: 1;
143
  height: 100% !important;
144
+ }
145
+ #input_image {
146
  flex-grow: 1;
147
  border:none !important;
148
  } */
 
161
  canvas{
162
  max-width: none !important;
163
  max-height: none !important;
164
+ }
165
  #output_image > div.icon-buttons{
166
  display:none;
167
  }