/* ==UserStyle==
@name Disable Writefull (Overleaf Debloat)
@author Gresh1234
@namespace Gresh1234
@description Gets rid of the margins and padding in the web.whatsapp.com interface.
@locale en-us
@match            *://*.overleaf.com/*
@version          1.0
@license MIT
@downloadURL https://update.greasyfork.org/scripts/528259/Disable%20Writefull%20%28Overleaf%20Debloat%29.user.css
@updateURL https://update.greasyfork.org/scripts/528259/Disable%20Writefull%20%28Overleaf%20Debloat%29.meta.css
==/UserStyle== */

#writefull-toolbar-launcher {
  display: none;
}