Changed everything to be box-sizing: border-box;

This commit is contained in:
the-djmaze 2022-11-21 11:00:39 +01:00
parent 2d832ff5ea
commit cb167da854
25 changed files with 37 additions and 109 deletions

View file

@ -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 {