mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
PreRelease fixes
This commit is contained in:
parent
34a9b8cbc5
commit
42bac6aa2f
55 changed files with 578 additions and 238 deletions
|
|
@ -40,7 +40,7 @@
|
|||
cursor: pointer;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
|
||||
.identity-name {
|
||||
display: inline-block;
|
||||
word-break: break-all;
|
||||
|
|
@ -50,6 +50,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.accounts-list-top-padding, .identities-list-top-padding {
|
||||
display: inline-block;
|
||||
height: 5px;
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
.account-item {
|
||||
|
||||
.e-action {
|
||||
|
|
|
|||
|
|
@ -46,6 +46,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.filters-list-top-padding {
|
||||
display: inline-block;
|
||||
height: 5px;
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
.filter-item {
|
||||
|
||||
.e-action {
|
||||
|
|
|
|||
|
|
@ -37,6 +37,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.templates-list-top-padding {
|
||||
display: inline-block;
|
||||
height: 5px;
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
.template-item {
|
||||
|
||||
.e-action {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue