mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-05 14:59:28 +08:00
c301dcfbb1
Summary: feat(mode-switch): almost working Remove SheetStore in favor of bigger WorkspaceStore Back button for mode switching Test Plan: Tests WIP Reviewers: evan Reviewed By: evan Differential Revision: https://review.inboxapp.com/D1292
10 lines
144 B
Text
10 lines
144 B
Text
|
|
.mode-switch {
|
|
z-index: 1000;
|
|
position: relative;
|
|
|
|
.handle {
|
|
position:absolute;
|
|
transition: left .2s ease-out;
|
|
}
|
|
}
|