mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
Bugfix: Nextcloud ?admin wrong layout
This commit is contained in:
parent
d43d3340e4
commit
95024aca10
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ This stylesheet is used when SnappyMail runs in embed mode.
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content #rl-app #rl-left, #content #rl-app #rl-right {
|
#content #rl-app:not([data-admin="1"]) #rl-left,
|
||||||
|
#content #rl-app:not([data-admin="1"]) #rl-right {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue