BigW Consortium Gitlab

Fix onion image control

parent 8907a958
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
%img{src: "data:#{old_file.mime_type};base64,#{Base64.encode64(old_file.data)}"} %img{src: "data:#{old_file.mime_type};base64,#{Base64.encode64(old_file.data)}"}
.frame.added .frame.added
%img{src: "data:#{file.mime_type};base64,#{Base64.encode64(file.data)}"} %img{src: "data:#{file.mime_type};base64,#{Base64.encode64(file.data)}"}
.col-sm-10 .controls
.transparent .transparent
.drag-track .drag-track
.dragger{:style => "left: 0px;"} .dragger{:style => "left: 0px;"}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment