summaryrefslogtreecommitdiff
path: root/css/sally.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-05-10 21:47:27 -0400
committerJules Laplace <jules@okfoc.us>2016-05-10 21:47:27 -0400
commit13d700004227922fb99bbef3587ff1b546741ec0 (patch)
tree1c3c644481353db4036fd535e2f51b21a360f5fa /css/sally.css
parenta885f8dd16bfc3c1e04f0fffa68661bfe5301673 (diff)
moving nopaint stuff into main codebase
Diffstat (limited to 'css/sally.css')
-rw-r--r--css/sally.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/css/sally.css b/css/sally.css
index f4cc884..00fdb4a 100644
--- a/css/sally.css
+++ b/css/sally.css
@@ -118,7 +118,15 @@ textarea { font-size:12pt; width: 37vw; height: 300px; background: #333; color:
.vertical #palette_rapper { margin-right: 10px; }
.vertical #tools_block { min-width: 100%; }
-#experimental_palette_toggle { float: left; clear: right; }
+#secret_rapper { float: left; clear: right; }
+#secret_rapper span { float: left; }
+.vertical #secret_rapper { margin-right: 10px; }
+.vertical #secret_rapper span { float: left; clear: both; }
+.nopaint #brush_rapper { min-height: 50px; min-width: 50px; }
+
+#nopaint_rapper.hidden {
+ display: none;
+}
.rotated #canvas_rapper {
transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(-90deg);