mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Fix unsaved compose contacts
Move thm-body from body to div
This commit is contained in:
parent
92855bc880
commit
25f9a1e95b
6 changed files with 57 additions and 13 deletions
|
|
@ -38,7 +38,8 @@
|
|||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="thm-body">
|
||||
<body>
|
||||
<div id="rl-bg" class="thm-body"></div>
|
||||
<div id="rl-loading" class="thm-loading">
|
||||
{{BaseAppLoadingDescription}}
|
||||
<div class="e-spinner">
|
||||
|
|
@ -50,7 +51,7 @@
|
|||
<div id="rl-loading-error" class="thm-loading">
|
||||
An Error occurred,<br />please refresh the page and try again.
|
||||
</div>
|
||||
<div id="rl-content" class="startup-animation">
|
||||
<div id="rl-content">
|
||||
<div id="rl-popups"></div>
|
||||
<div id="rl-center">
|
||||
<div id="rl-top"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue