Commit f81acdbf authored by JC Brand's avatar JC Brand

Hide navbar in mobile view and set box height to full viewport height.

parent d62ae0c6
......@@ -1265,7 +1265,7 @@
#conversejs .chatbox .box-flyout {
height: 400px;
width: 100%;
height: 88vh; } }
height: 99vh; } }
#conversejs .chatbox .chat-title {
color: white;
line-height: 15px;
......
......@@ -103,6 +103,13 @@ a:focus {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
}
@media (max-width: 480px) {
.navbar {
display: none;
}
}
.features-section,
.outro,
.intro {
......
......@@ -73,7 +73,7 @@
@media screen and (max-width: $mobile-landscape-length) {
height: $mobile-chat-height;
width: $mobile-chat-width;
height: 88vh;
height: 99vh;
}
}
.chat-title {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment