Archived
2
0

Compare commits

..

No commits in common. "scroll-to-chat-on-mobile" and "master" have entirely different histories.

View File

@ -119,30 +119,23 @@
}
}
@media only screen and (max-width: 1024px) {
html,
body {
overflow-y: auto !important;
width: auto !important;
height: auto !important;
}
@media only screen and (max-width: 600px) {
#neko.expanded {
.neko-main {
transform: translateX(calc(-100% + 65px));
body > p {
video {
display: none;
}
#neko {
position: relative;
flex-direction: column;
max-height: initial !important;
.neko-main .video-container {
height: 100vh;
}
.neko-menu {
height: 100vh;
width: 100% !important;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 65px;
width: calc(100% - 65px);
}
}
}