francescoKrnl commited on
Commit
1fb3c88
1 Parent(s): 3d92717

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +9 -2
style.css CHANGED
@@ -104,9 +104,16 @@ h1 {
104
  #output_image{
105
  flex-grow: 1;
106
  }
107
- #draw_cta {
108
-
 
 
 
109
  }
 
 
 
 
110
  #eraser_container.block{
111
  z-index:100;
112
  width: 62px;
 
104
  #output_image{
105
  flex-grow: 1;
106
  }
107
+ #input_image > div.image-container> div.wrap > span.brush{
108
+ display:none;
109
+ }
110
+ #input_image > div.image-container> div.wrap > span.col{
111
+ display:none;
112
  }
113
+ #input_image > div.image-container > div > button {
114
+ display:none;
115
+ }
116
+
117
  #eraser_container.block{
118
  z-index:100;
119
  width: 62px;