mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user