mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Changed everything to be box-sizing: border-box;
This commit is contained in:
parent
2d832ff5ea
commit
cb167da854
25 changed files with 37 additions and 109 deletions
|
|
@ -44,9 +44,8 @@ html.rl-no-preview-pane {
|
|||
.b-message-view-checked-helper {
|
||||
text-align: center;
|
||||
font-size: 70px;
|
||||
line-height: 70px;
|
||||
padding-top: 100px;
|
||||
color: #999;
|
||||
padding-top: 25vh;
|
||||
opacity: 0.6;
|
||||
}
|
||||
.b-message-view-checked-helper::after {
|
||||
content: ' ✉';
|
||||
|
|
@ -58,7 +57,7 @@ html.rl-no-preview-pane {
|
|||
font-size: 24px;
|
||||
line-height: 30px;
|
||||
color: #999;
|
||||
padding: 120px 10px 0 10px;
|
||||
padding: 25vh 10px 0;
|
||||
}
|
||||
|
||||
.b-message-view-desc.error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue