Skip to content
Snippets Groups Projects
Commit cd4b2121 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Fixing the unsupported browser error message on mobile.

close #710
parent 52b16c69
No related branches found
No related tags found
No related merge requests found
......@@ -131,15 +131,21 @@
margin-top: 18px;
}
#error {
position: static;
}
#error .vertical, #wait .vertical {
height: 250px;
}
#error .vertical {
#error .vertical,
#error.unsupported .vertical {
width: auto;
}
#error .vertical > div {
#error .vertical > div,
#error.unsupported .vertical > div {
display: block;
height: auto;
padding: 10px;
......@@ -150,5 +156,3 @@
padding: 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment