Fix for WebKitGTK 2.1 conversation viewer CSS issues. Closes #7291
This commit is contained in:
parent
15ba8cdd9f
commit
de2941cf8d
1 changed files with 5 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ hr {
|
|||
color: black;
|
||||
font-size: small;
|
||||
box-shadow: 0 3px 11px rgba(0,0,0,1);
|
||||
display: inline-block;
|
||||
display: block;
|
||||
word-wrap: break-word;
|
||||
width: 100%;
|
||||
box-sizing:border-box;
|
||||
|
|
@ -305,6 +305,10 @@ body:not(.nohide) .email.hide .header_container .avatar {
|
|||
body:not(.nohide) .email.compressed + .email {
|
||||
margin-top: -1px;
|
||||
}
|
||||
body:not(.nohide) .compressed .email_container {
|
||||
overflow: hidden;
|
||||
display: none
|
||||
}
|
||||
body:not(.nohide) .compressed + .compressed + .compressed + .compressed + .compressed + .compressed + .compressed + .compressed + .compressed {
|
||||
display:none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue