diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-06-30 00:12:31 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-06-30 00:12:31 -0400 |
| commit | 72ccfc7ca4f71987f69a5734d49a93ab78d9ebe8 (patch) | |
| tree | 08d8db18f268044b932f617ba819ca2fd2178d0b /css | |
| parent | afe71482758d953d819daab995bf5400029396d3 (diff) | |
selection no longer requires grid
Diffstat (limited to 'css')
| -rw-r--r-- | css/sally.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/sally.css b/css/sally.css index b37b408..4c80ff8 100644 --- a/css/sally.css +++ b/css/sally.css @@ -90,7 +90,7 @@ textarea { font-size:12pt; width: 37vw; height: 300px; background: #333; color: margin: 3px; } -#ui_rapper { clear:both; float: left; width: 100%; } +#ui_rapper { clear:both; float: left; width: 100vw; } #workspace_rapper { width: 100%; } .loading .vertical #ui_rapper { clear: none } |
