hubl/src/styles/chat/_index.scss

8 lines
126 B
SCSS
Raw Normal View History

2021-01-12 17:10:31 +00:00
.chat-view {
2021-04-01 05:10:59 +00:00
height: calc(100vh - 50px - 78px);
2021-01-19 18:59:24 +00:00
@media (max-width: 768px) {
height: calc(100vh - 50px - 68px);
}
2021-01-12 17:10:31 +00:00
}