mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-22 16:09:14 +08:00
🎨(plugins): Fixes switch alignment issue in #1743
This commit is contained in:
parent
da47fd4bdb
commit
f695c9c8a8
1 changed files with 6 additions and 5 deletions
|
@ -5,13 +5,14 @@
|
|||
box-shadow: inset 0 1px 1.5px rgba(0,0,0,0.3);
|
||||
background-color: @gray-light;
|
||||
position: relative;
|
||||
display:inline-block;
|
||||
height:21px;
|
||||
width:40px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
height: 21px;
|
||||
width: 40px;
|
||||
|
||||
.handle {
|
||||
border-radius:14px;
|
||||
width:25px;
|
||||
border-radius: 14px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
position: absolute;
|
||||
top: -2px;
|
||||
|
|
Loading…
Reference in a new issue