mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Mobile view based on window width, drop terrible user agent detection
And improved responsive CSS
This commit is contained in:
parent
33214c1a33
commit
292f3289ac
28 changed files with 49 additions and 336 deletions
|
|
@ -2,9 +2,6 @@
|
|||
&.modal {
|
||||
width: 330px;
|
||||
}
|
||||
.modal-header {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.error-desc {
|
||||
color: red;
|
||||
|
|
@ -17,10 +14,6 @@
|
|||
width: 810px;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
|
@ -67,4 +60,4 @@
|
|||
color: red;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue