Embed admin panel into Nextcloud (with autologin)

This commit is contained in:
the-djmaze 2022-10-31 13:35:22 +01:00
parent 028f4ecb08
commit 6e4be76664
8 changed files with 73 additions and 36 deletions

View file

@ -1,6 +1,9 @@
/*
This stylesheet is used when SnappyMail runs in embed mode.
*/
#content.app-snappymail {
max-height: 100%;
}
#content #rl-app {
position: relative;
min-width: 100%;
@ -28,7 +31,8 @@ This stylesheet is used when SnappyMail runs in embed mode.
#content[class*="app-"] #rl-app textarea,
#content[class*="app-"] #rl-app input,
#content[class*="app-"] #rl-app .input-block-level,
#content[class*="app-"] #rl-app .icon-spinner
#content[class*="app-"] #rl-app .icon-spinner,
#content[class*="app-"] #rl-app #V-AdminPane #rl-settings-subscreen
{
box-sizing: border-box;
}
@ -37,6 +41,10 @@ This stylesheet is used when SnappyMail runs in embed mode.
min-height: 100%;
}
#V-AdminPane .btn-logout {
display: none;
}
#rl-app select,
#rl-app input
{