Make WhatsApp Web take up the entire available space on larger screens.
Frameless WhatsApp by abrahammurciano
Details
Authorabrahammurciano
LicenseNo License
Categoryweb.whatsapp.com
Created
Updated
Size415 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name web.whatsapp.com
@namespace github.com/openstyles/stylus
@version 1.0.1
@description Make WhatsApp Web take up the entire available space on larger screens.
@author Abraham Murciano
==/UserStyle== */
@-moz-document url-prefix("https://web.whatsapp.com/") {
div#app>div>div.two {
max-width: 100%;
width: 100%;
height: 100%;
}
}