Add palette viewer and color cycling to proof of concept viewer
This commit is contained in:
36
style.css
36
style.css
@@ -1,17 +1,25 @@
|
||||
#image-canvas {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 640px;
|
||||
height: 480px;
|
||||
.container {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
#thumbnail-canvas {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 15%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 80px;
|
||||
height: 60px;
|
||||
.sidebar {
|
||||
height: 500px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
#palette-canvas {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
#cyclingSpeedSlider {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user