diff options
| author | andrewdkim <adkim414@gmail.com> | 2020-01-15 17:42:41 -0500 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2020-01-15 17:42:41 -0500 |
| commit | 4bf88786cc8a7e617bca4eb57f7639d69be06dcd (patch) | |
| tree | bb752dd27c9967809266e6784990993a9bfcc5e2 /src/client/views/Palette.scss | |
| parent | 19be14b5807b117f477b57b9ecc7b96247bf4fef (diff) | |
wow this almost drove me crazy but swipey swipes on five fingers
Diffstat (limited to 'src/client/views/Palette.scss')
| -rw-r--r-- | src/client/views/Palette.scss | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/src/client/views/Palette.scss b/src/client/views/Palette.scss index 2626774cb..4513de2b0 100644 --- a/src/client/views/Palette.scss +++ b/src/client/views/Palette.scss @@ -1,20 +1,21 @@ .palette-container { .palette-thumb { - width: 300px; - height: 300px; touch-action: pan-x; overflow: scroll; position: absolute; + width: 90px; + height: 70px; .palette-thumbContent { - width: 100%; - height: 100%; - } + transition: transform .3s; + + .collectionView { + overflow: visible; - .palette-button { - width: 100px; - height: 100px; - background: blue; + .collectionLinearView-outer { + overflow: visible; + } + } } } }
\ No newline at end of file |
