From e6f0ca58730801ad2dea3af9960f0932722a0710 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Thu, 21 May 2020 03:33:32 +0200 Subject: [PATCH] Use existing variable for media query Refs #46, flarum/core#2070. --- extensions/mentions/less/forum.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/mentions/less/forum.less b/extensions/mentions/less/forum.less index 12ac35b0e..abd0b19a3 100644 --- a/extensions/mentions/less/forum.less +++ b/extensions/mentions/less/forum.less @@ -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%; }