francescoKrnl commited on
Commit
0f95c1f
1 Parent(s): 478c67d

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +8 -0
style.css CHANGED
@@ -111,10 +111,18 @@ h1 {
111
  background-color: #121212;
112
  border-radius: 30px !important;
113
  }
 
 
 
 
 
 
 
114
  .image_container>div.styler {
115
  overflow:hidden;
116
  border-radius:30px;
117
  flex-grow: 1;
 
118
  }
119
  #input_image {
120
  flex-grow: 1;
 
111
  background-color: #121212;
112
  border-radius: 30px !important;
113
  }
114
+ .image_container .controls_wrap {
115
+ display: none !important;
116
+ }
117
+
118
+ .image_container .tools_wrap {
119
+ display: none !important;
120
+ }
121
  .image_container>div.styler {
122
  overflow:hidden;
123
  border-radius:30px;
124
  flex-grow: 1;
125
+ height: 100% !important;
126
  }
127
  #input_image {
128
  flex-grow: 1;