From d61ac982255aa059f57881a8dd30be21015687fd Mon Sep 17 00:00:00 2001 From: M Fahru Date: Tue, 23 Jan 2024 11:02:20 -0700 Subject: [PATCH] Merge pull request #16676 from overleaf/jdt-hide-wf-ad-sm-screens [WEB] Hide writefull editor notification on small screens GitOrigin-RevId: 748774ffbd0736944ed8b4d2444787ba9c4b93ea --- services/web/frontend/stylesheets/app/editor.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/app/editor.less b/services/web/frontend/stylesheets/app/editor.less index 34f0e1fee7..407eb84b13 100644 --- a/services/web/frontend/stylesheets/app/editor.less +++ b/services/web/frontend/stylesheets/app/editor.less @@ -755,7 +755,7 @@ grammarly-extension[data-grammarly-shadow-root='true'] { /* If the container is smaller than 400px */ @container (max-width: 400px) { - .writefull-notification { + .editor-notification { display: none; } }