mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-19 01:54:02 +00:00
左上角按钮 不灵敏, 因为topDrag2挡住了
This commit is contained in:
@@ -1 +1 @@
|
|||||||
{"version":"0.7.1","updatedTime":"2015-10-16T07:11:51.505Z"}
|
{"version":"0.7.0.1","updatedTime":"2015-10-16T07:11:51.505Z"}
|
@@ -1813,6 +1813,7 @@ body {
|
|||||||
#topDrag2 {
|
#topDrag2 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
|
margin-left: 67px;
|
||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1594,7 +1594,7 @@ body.init #pageInner {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 60px;
|
left: 60px;
|
||||||
right: auto;
|
right: 140px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
cursor: move;
|
cursor: move;
|
||||||
@@ -1602,6 +1602,7 @@ body.init #pageInner {
|
|||||||
#topDrag2 {
|
#topDrag2 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
|
margin-left: 67px;
|
||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
}
|
}
|
||||||
.no-info {
|
.no-info {
|
||||||
|
Reference in New Issue
Block a user