Brief Userstyle to make WhatsApp Web fill the entire page
WhatsApp Web Full Page by rimopa
Mirrored from https://raw.githubusercontent.com/rimopa/userstyles/main/whatsapp-full.user.css

Details
Authorrimopa
LicenseMIT
Categoryweb.whatsapp.com
Created
Updated
Code size604 B
Code checksumde14b485
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Probably other better already exists.
Source code
/* ==UserStyle==
@name WhatsApp Web Full Page
@namespace https://github.com/rimopa
@version 1.0.0
@description Brief Userstyle to make WhatsApp Web fill the entire page
@author rimopa <rimopapomir@gmail.com> (http://rimopa.github.io/site)
@supportURL https://github.com/rimopa/userstyles/issues/new/choose
@license MIT
==/UserStyle== */
@-moz-document domain("web.whatsapp.com") {
.app-wrapper-web ._aigs:not(._as6h) {
width: 100vw !important;
max-width: none !important;
top: 0 !important;
height: 100vh !important;
}
}