lib/goatmail/assets/stylesheets/application.css in goatmail-1.0.0 vs lib/goatmail/assets/stylesheets/application.css in goatmail-1.1.0
- old
+ new
@@ -74,9 +74,17 @@
top: 100px;
right: 0;
bottom: 0;
position: fixed;
}
+@media only screen and (max-width: 979px) {
+ .left {
+ width: 100%;
+ }
+ .right {
+ display: none;
+ }
+}
iframe {
width: 100%;
height: 100%;
position: absolute;
border: solid 1px #ccc;