diff options
Diffstat (limited to 'css/sally.css')
| -rw-r--r-- | css/sally.css | 10 |
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); |
