Mailspring/internal_packages/mode-switch/stylesheets/mode-switch.less
Ben Gotow c301dcfbb1 feat(mode-switch): New layout designed for small form factors
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
2015-03-13 13:11:24 -07:00

11 lines
144 B
Plaintext

.mode-switch {
z-index: 1000;
position: relative;
.handle {
position:absolute;
transition: left .2s ease-out;
}
}