diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-01-09 19:55:52 -0500 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-01-09 19:55:52 -0500 |
| commit | 36eed6cc3a3387a1f7755a848aea4e19e2645e14 (patch) | |
| tree | b5872defd3807ef96402b4f073f23114b40a77e5 /src/client/views/Palette.scss | |
| parent | 0e7d688da6fde96908bee6f0b62b02aae2b95872 (diff) | |
some stuff that ive played around with today. mobile interface, five fingers, other stuff
Diffstat (limited to 'src/client/views/Palette.scss')
| -rw-r--r-- | src/client/views/Palette.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/client/views/Palette.scss b/src/client/views/Palette.scss new file mode 100644 index 000000000..60004c81f --- /dev/null +++ b/src/client/views/Palette.scss @@ -0,0 +1,18 @@ +.palette-container { + .palette-thumb { + width: 300px; + height: 300px; + touch-action: pan-x; + overflow: scroll; + + .palette-thumbContent { + width: 100%; + height: 100%; + + .palette-button { + width: 100px; + height: 100px; + } + } + } +}
\ No newline at end of file |
