Browse Source

Better phone notification skin.

Nathaniel van Diepen 10 years ago
parent
commit
8137a3ea7f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      css/ui.notify.css

+ 2 - 2
css/ui.notify.css

@@ -1,4 +1,4 @@
-@media screen and (min-width:  768px){
+@media screen and (min-width: 370px){
 	.ui-notify{
 		width: 350px;
 		position: fixed;
@@ -64,7 +64,7 @@
 		top: 1px
 	}
 }
-@media screen and (max-width:  767px){
+@media screen and (max-width: 369px){
 	.ui-notify{
 		width: 100%;
 		position: fixed;