mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Embed admin panel into Nextcloud (with autologin)
This commit is contained in:
parent
028f4ecb08
commit
6e4be76664
8 changed files with 73 additions and 36 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue