mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
15cd218e32
commit
d61ac98225
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue