mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix mail compose editor not visible in mobile template
This commit is contained in:
parent
2f56677cc8
commit
03745becf2
@ -155,6 +155,10 @@
|
|||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
body #mail-compose .mailComposeBodySection,
|
||||||
|
body #mail-compose .mailComposeBodySection .mailComposeBody {
|
||||||
|
height: calc(100% - 180px);
|
||||||
|
}
|
||||||
body #mail-compose .mailComposeHeaderSection > table {
|
body #mail-compose .mailComposeHeaderSection > table {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@ -171,6 +171,9 @@
|
|||||||
border:none;
|
border:none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
.mailComposeBodySection, .mailComposeBodySection .mailComposeBody{
|
||||||
|
height: ~"calc(100% - 180px)";
|
||||||
|
}
|
||||||
.mailComposeHeaderSection > table {
|
.mailComposeHeaderSection > table {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
tr.mailComposeHeaders.subjectContainer td:first-child::after {
|
tr.mailComposeHeaders.subjectContainer td:first-child::after {
|
||||||
|
Loading…
Reference in New Issue
Block a user