Merge pull request #16676 from overleaf/jdt-hide-wf-ad-sm-screens

[WEB] Hide writefull editor notification on small screens

GitOrigin-RevId: 748774ffbd0736944ed8b4d2444787ba9c4b93ea
This commit is contained in:
M Fahru 2024-01-23 11:02:20 -07:00 committed by Copybot
parent 15cd218e32
commit d61ac98225

View file

@ -755,7 +755,7 @@ grammarly-extension[data-grammarly-shadow-root='true'] {
/* If the container is smaller than 400px */ /* If the container is smaller than 400px */
@container (max-width: 400px) { @container (max-width: 400px) {
.writefull-notification { .editor-notification {
display: none; display: none;
} }
} }