mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 10:33:56 +08:00
fix(win32): Resize cursors need to be different for win
This commit is contained in:
parent
3d52458e56
commit
69c42115b2
1 changed files with 10 additions and 1 deletions
|
@ -109,7 +109,6 @@ atom-workspace {
|
|||
width:100%;
|
||||
// border-top: 1px solid @border-color-divider;
|
||||
}
|
||||
|
||||
&.flexbox-handle-top {
|
||||
top:-3px;
|
||||
padding-right:3px;
|
||||
|
@ -119,3 +118,13 @@ atom-workspace {
|
|||
padding-right:2px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
body.platform-win32 {
|
||||
.flexbox-handle-vertical {
|
||||
cursor:ns-resize;
|
||||
}
|
||||
.flexbox-handle-horizontal {
|
||||
cursor:ew-resize;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue