css: Replace 767px with it's variable md-max.

This commit is contained in:
Aman Agrawal
2020-11-01 08:04:10 +05:30
committed by Tim Abbott
parent 17f34bdfbf
commit 89b5245d3c

View File

@@ -390,7 +390,7 @@
} }
} }
@media (max-width: 767px) { @media (max-width: $md-max) {
/* Override Bootstrap's responsive grid to display input at full width */ /* Override Bootstrap's responsive grid to display input at full width */
.input-append .stream-list-filter { .input-append .stream-list-filter {
/* Input width = 100% - 10px margin x2 - 6px padding x2 - 1px border x2. */ /* Input width = 100% - 10px margin x2 - 6px padding x2 - 1px border x2. */