mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-06 12:44:30 +08:00
fix(attachment-css): Tiny style tweaks
This commit is contained in:
parent
4b8a081c14
commit
cbf82bf443
2 changed files with 4 additions and 2 deletions
|
@ -57,10 +57,12 @@
|
|||
|
||||
.attachment-file-name {
|
||||
font-weight: @font-weight-medium;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.attachment-file-and-name {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.attachment-file-actions {
|
||||
|
@ -68,8 +70,6 @@
|
|||
z-index: 3;
|
||||
.attachment-icon {
|
||||
float: right;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -176,6 +176,8 @@
|
|||
padding:12px;
|
||||
margin-left: 0.5em;
|
||||
background-image:url(../static/images/message-list/icon-attachment-@2x.png);
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
.collapsed-from {
|
||||
|
|
Loading…
Add table
Reference in a new issue