Quellcode durchsuchen

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

[WEB] Hide writefull editor notification on small screens

GitOrigin-RevId: 748774ffbd0736944ed8b4d2444787ba9c4b93ea
M Fahru vor 2 Jahren
Ursprung
Commit
d61ac98225
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      services/web/frontend/stylesheets/app/editor.less

+ 1 - 1
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;
   }
 }