summaryrefslogtreecommitdiff
path: root/public/css/index.css
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-05-26 13:17:00 +0800
committerCheng-Han, Wu2016-05-26 13:17:00 +0800
commitb28750f256d6fbab1406c6c00155ea14eef5c600 (patch)
treed852b4bcf516e532c948566393f4ce0f84c57b9b /public/css/index.css
parentbf1dc237a993f53bbc4d90fd1c81e325d4517fcd (diff)
Update to improve syncscroll performance and add toggle for sync scrolling
Diffstat (limited to 'public/css/index.css')
-rw-r--r--public/css/index.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/public/css/index.css b/public/css/index.css
index aaf84a04..1b9fb5d4 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -112,6 +112,17 @@ body {
background-color: white;
box-shadow: 5px 0px 10px #e7e7e7;
}
+.ui-edit-area .ui-sync-toggle {
+ width: 42px;
+ height: 42px;
+ padding: 3px 1px 0 0;
+ border-radius: 50%;
+ border-color: #e7e7e7;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+}
.ui-view-area {
/*overflow-y: scroll;*/
-webkit-overflow-scrolling: touch;