mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-05 23:04:45 +08:00
11 lines
144 B
Text
11 lines
144 B
Text
|
|
||
|
.mode-switch {
|
||
|
z-index: 1000;
|
||
|
position: relative;
|
||
|
|
||
|
.handle {
|
||
|
position:absolute;
|
||
|
transition: left .2s ease-out;
|
||
|
}
|
||
|
}
|