Some style fixes for Nextcloud embed mode

https://github.com/the-djmaze/snappymail/issues/96#issuecomment-1277236142
This commit is contained in:
the-djmaze 2022-10-13 12:07:15 +02:00
parent c63366d0dc
commit 1b3d6401f3

View file

@ -56,6 +56,14 @@ Then the below #rl-app can be used to style it.
padding-left: 30px;
}
#rl-app .loading::after {
display: none;
}
#appmenu {
margin: 0;
}
@media print {
#body-user #header {
display: none;