mirror of
https://github.com/visioncortex/vtracer.git
synced 2025-12-07 09:36:09 -08:00
UI tweaks
This commit is contained in:
@@ -79,8 +79,7 @@
|
|||||||
}
|
}
|
||||||
#canvas-container {
|
#canvas-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
height: max-content;
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
#svg, #frame {
|
#svg, #frame {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -91,7 +90,7 @@
|
|||||||
stroke: #ff0;
|
stroke: #ff0;
|
||||||
}
|
}
|
||||||
#droptext {
|
#droptext {
|
||||||
height: 100%;
|
height: 480px;
|
||||||
color: #CC972E;
|
color: #CC972E;
|
||||||
}
|
}
|
||||||
input[type=range]::-webkit-slider-thumb {
|
input[type=range]::-webkit-slider-thumb {
|
||||||
@@ -107,11 +106,11 @@
|
|||||||
background: #00275D;
|
background: #00275D;
|
||||||
border-color: #CC972E;
|
border-color: #CC972E;
|
||||||
}
|
}
|
||||||
#gallery, #options {
|
#drop, #gallery, #options {
|
||||||
border-top: 1px solid #686868;
|
border-top: 1px solid #686868;
|
||||||
}
|
}
|
||||||
#gallery {
|
#gallery {
|
||||||
border-bottom: 1px solid #686868;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
.galleryitem {
|
.galleryitem {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@@ -152,6 +151,15 @@
|
|||||||
<progress id="progressbar" class="uk-progress uk-align-right" value="0" max="100" style="width: 98%;"></progress>
|
<progress id="progressbar" class="uk-progress uk-align-right" value="0" max="100" style="width: 98%;"></progress>
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-width-3-4">
|
<div class="uk-width-3-4">
|
||||||
|
<div id="drop" class="uk-padding uk-flex uk-flex-center">
|
||||||
|
<div id="canvas-container" class="uk-width-1-1" style="height: 480px;">
|
||||||
|
<div id="droptext" class="uk-flex uk-flex-middle uk-flex-center">
|
||||||
|
<p>Drag an image here, Cmd-V to paste or <a href="#" id="imageSelect">Select file</a></p>
|
||||||
|
</div>
|
||||||
|
<canvas id="frame"></canvas>
|
||||||
|
<svg id="svg" version="1.1" xmlns="http://www.w3.org/2000/svg"></svg>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div id="gallery" class="uk-padding">
|
<div id="gallery" class="uk-padding">
|
||||||
<div class="uk-inline" uk-slider>
|
<div class="uk-inline" uk-slider>
|
||||||
<ul id="galleryslider" class="uk-slider-items uk-child-width-1-6 uk-grid uk-grid-small">
|
<ul id="galleryslider" class="uk-slider-items uk-child-width-1-6 uk-grid uk-grid-small">
|
||||||
@@ -162,15 +170,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<a class="uk-align-right uk-text-meta" style="margin:-5px;" uk-toggle="target: #credits-modal">Photo Credits</a>
|
<a class="uk-align-right uk-text-meta" style="margin:-5px;" uk-toggle="target: #credits-modal">Photo Credits</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="drop" class="uk-padding uk-flex uk-flex-center">
|
|
||||||
<div id="canvas-container" class="uk-width-1-1" style="height: 480px;">
|
|
||||||
<div id="droptext" class="uk-flex uk-flex-middle uk-flex-center">
|
|
||||||
<p>Drag an image here, Cmd-V to paste or <a href="#" id="imageSelect">Select file</a></p>
|
|
||||||
</div>
|
|
||||||
<canvas id="frame"></canvas>
|
|
||||||
<svg id="svg" version="1.1" xmlns="http://www.w3.org/2000/svg"></svg>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="options" class="uk-width-1-4 uk-height-1-1 uk-grid-small uk-flex uk-flex-center" uk-grid>
|
<div id="options" class="uk-width-1-4 uk-height-1-1 uk-grid-small uk-flex uk-flex-center" uk-grid>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user