fixing some elements on small screens

This commit is contained in:
perroned 2015-02-02 08:31:22 -08:00
parent 827a64a7b9
commit 0bdea5163d

View File

@ -38,6 +38,13 @@
}
}
.closeTab {
font-size: 3vw;
}
.active {
border: 2px solid extract(@azure, 2) !important;
}
@media (min-device-width: 1280px) {
#newMessageInput {
height: 40px;