Use existing variable for media query

Refs #46, flarum/core#2070.
This commit is contained in:
Franz Liedke 2020-05-21 03:33:32 +02:00
parent 2ecfe5da7b
commit e6f0ca5873

View File

@ -91,7 +91,8 @@
position: absolute;
.Button--color(@tooltip-color, @tooltip-bg);
}
@media screen and (max-width: @screen-phone-max) {
@media @phone {
.MentionsDropdown {
max-width: 100%;
}