mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Remove login animation for mobile browsers
This commit is contained in:
parent
377252edae
commit
92855bc880
6 changed files with 146 additions and 142 deletions
|
|
@ -3,6 +3,7 @@ html {
|
|||
padding: 0;
|
||||
overflow: hidden;
|
||||
font-family: Arial, Verdana, Geneva, sans-serif;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
@ -19,6 +20,7 @@ body {
|
|||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue