summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-05-06 02:32:07 -0400
committerJules Laplace <jules@okfoc.us>2015-05-06 02:32:07 -0400
commit31c4472a52a4c483a893e70f8ed5332bfea614c3 (patch)
treeaae54977462b82c2b9217f85cdd9f549ca0b7f0b
parent8145d3c66de349cb3aa4ef50d43af371ffc206fb (diff)
css
-rw-r--r--css/sally.css2
-rw-r--r--index.html6
2 files changed, 4 insertions, 4 deletions
diff --git a/css/sally.css b/css/sally.css
index b7e3cab..1d76398 100644
--- a/css/sally.css
+++ b/css/sally.css
@@ -72,7 +72,7 @@ body.loading { opacity: 0; }
body { transition: 0.1s linear; }
.focused { box-shadow: inset 1px 0 2px white, inset -1px 0 2px white, inset 0 1px 2px white, inset 0 -1px 2px white; }
#import_textarea { font-size: 9pt; }
-textarea { font-size:12pt; width: 37%; height: 300px; background: #333; color: #0f0; border: 0; font-family: 'FixedsysExcelsior301Regular'; outline: 0; border: 1px solid #333; background:#010;}
+textarea { font-size:12pt; width: 37vw; height: 300px; background: #333; color: #0f0; border: 0; font-family: 'FixedsysExcelsior301Regular'; outline: 0; border: 1px solid #333; background:#010;}
#shader_rapper { display: none; }
#import_rapper { display: none; }
#canvas_rapper {
diff --git a/index.html b/index.html
index 365dbdf..b3a5284 100644
--- a/index.html
+++ b/index.html
@@ -8,10 +8,10 @@
<div id="canvas_rapper" class="rapper"></div>
</div>
- <div style="clear:both">
+ <div style="clear:both;width: 270px;float: left;">
<div class="block">
<div id="palette_rapper"></div>
- <span id="experimental_palette_toggle">.</div><br>
+ <span id="experimental_palette_toggle">.</div>
<div id="custom_rapper"></div>
</div>
<div id="brush_container" class="block">
@@ -40,7 +40,7 @@
<span id="clear_el" class="tool">clear</span><br>
</div>
- <div id="textarea_mode">
+ <div id="textarea_mode" style="float: left;">
<div>
<span id="shader_el" class="tool">shader</span>
<span id="webcam_el" class="tool">webcam</span>