better color picker in whiteboard

This commit is contained in:
ansuz
2017-03-31 11:02:59 +02:00
parent bd07b3a80f
commit 96dac80bd5
2 changed files with 86 additions and 22 deletions

View File

@@ -25,21 +25,6 @@
background-size: cover;
background-position: center;
}
textarea{
width: 100%;
height: 100vh;
max-width: 100%;
max-height: 100vh;
font-size: 18px;
background-color: #073642;
color: #839496;
overflow-x: hidden;
/* disallow textarea resizes */
resize: none;
}
#canvas-area {
flex: 1;
display: flex;
@@ -60,7 +45,7 @@
#copy {
padding-left: 75px;
}
span.palette {
span.palette-color {
height: 4vw;
width: 4vw;
display: inline-block;
@@ -76,6 +61,9 @@
#width, #colors {
position: relative;
}
#color-picker {
display: block;
}
</style>
</head>
<body>