mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
fix(overlaid): Preview button was just invisible?
This commit is contained in:
parent
c89166d2e1
commit
2b36e9d8a9
1 changed files with 4 additions and 4 deletions
|
@ -549,13 +549,13 @@ img.n1-overlaid-component-anchor-container {
|
|||
}
|
||||
.toggle-preview {
|
||||
position: absolute;
|
||||
top: -17px;
|
||||
right: 0;
|
||||
top: 5px;
|
||||
right: 20px;
|
||||
font-size: @font-size-smaller;
|
||||
opacity: 0.3;
|
||||
cusor: pointer;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
cusor: pointer;
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue