aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-05-29 01:29:02 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-05-29 01:29:02 -0400
commit895e84fe6999a39eb9553db68b378aee5c1864a3 (patch)
tree03550302a71a056e9f6d9bf7edd0032f97e40b78 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
parent57c4cde2fab898976deec3fd037a3c9052ee2d30 (diff)
moved frame animation into freeform chrome. fixed marquees of docs at non-zero frame. fixed pile view to use its own _pileLayoutEngine key to avoid leaving colleciton in an animated state. added toggle for snap linew views. cached transforms in CollectionFreeformView for performance.
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
index 5478a1c4a..d9011c9d3 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
@@ -41,32 +41,6 @@
// touch action none means that the browser will handle none of the touch actions. this allows us to implement our own actions.
touch-action: none;
- .fwdKeyframe, .numKeyframe, .backKeyframe{
- cursor: pointer;
- position: absolute;
- width: 20;
- height:20;
- bottom:0;
- background:gray;
- }
- .backKeyframe {
- right:45;
- svg {
- display:block;
- margin:auto;
- }
- }
- .numKeyframe {
- right:25;
- text-align:center;
- }
- .fwdKeyframe {
- right:5;
- svg {
- display:block;
- margin:auto;
- }
- }
.collectionfreeformview-placeholder {
background: gray;