Skip to content

Commit 954137b

Browse files
committed
Update resizable handle and sync scrolling toggle styles
1 parent b28750f commit 954137b

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

public/css/index.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,21 +108,25 @@ body {
108108
}
109109
.ui-edit-area .ui-resizable-handle.ui-resizable-e {
110110
cursor: col-resize;
111-
width: 5px;
111+
width: 8px;
112+
right: -8px;
112113
background-color: white;
113-
box-shadow: 5px 0px 10px #e7e7e7;
114+
box-shadow: 3px 0px 6px #e7e7e7;
114115
}
115116
.ui-edit-area .ui-sync-toggle {
116117
width: 42px;
117118
height: 42px;
118-
padding: 3px 1px 0 0;
119+
padding: 2px 1px 0 0;
119120
border-radius: 50%;
120-
border-color: #e7e7e7;
121+
box-shadow: 2px 0px 2px #e7e7e7;
121122
position: absolute;
122123
top: 50%;
123124
left: 50%;
124125
transform: translate(-50%, -50%);
125126
}
127+
.ui-edit-area .ui-sync-toggle:active {
128+
box-shadow: inset 0 3px 5px rgba(0,0,0,.125), 2px 0px 2px #e7e7e7;
129+
}
126130
.ui-view-area {
127131
/*overflow-y: scroll;*/
128132
-webkit-overflow-scrolling: touch;

0 commit comments

Comments
 (0)