Wider WhatsApp
Am I the only one to think those marges are counter productive ?
So here are my Wider WhatsApp styles !
Enjoy
Authorkeltroth
LicenseNo License
Categorywhatsapp
Created
Updated
Size1.5 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Am I the only one to think those marges are counter productive ?
So here are my Wider WhatsApp styles !
Enjoy
/* ==UserStyle==
@name Wider WhatsApp
@version 20240910.15.32
@namespace https://userstyles.world/user/keltroth
@description # Wider WhatsAppAm I the only one to think those marges are counter productive ?So here are my Wider WhatsApp styles !Enjoy
@author keltroth
@license No License
==/UserStyle== */
@-moz-document domain("web.whatsapp.com") {
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
body {
font-family: Raleway;
background: white;
}
.two {
top: 0 ! important;
width: 100% ! important;
height: 100% ! important;
bottom: 0 ! important;
margin: 0 ! important;
padding: 0 ! important;
}
._1XkO3, .app-wrapper-web ._aigs {
max-width: unset ! important;
top: unset;
width: 100%;
}
.two ._2NwAr {
flex: 10%;
}
:root {
--conversation-panel-background: #fff;
--incoming-background: #ddddff;
--incoming-background-rgb: 255, 255, 255;
--incoming-background-deeper: #aaaaff;
--incoming-background-deeper-rgb: 240, 240, 240;
--incoming-background-highlight: #ccc;
--incoming-background-highlight-rgb: 204, 204, 204;
--outgoing-background: #ddffdd;
--outgoing-background-deeper: #aaffaa;
--message-primary: #000;
--secondary: #000;
}
.color-1,
.color-2 {
color: #000 ! important;
}
[data-asset-chat-background-light] {
background-image: unset ! important;
}
html[dir="ltr"] ._1RAno,
html[dir="rtl"] ._1RAno {
padding-right: 30%;
padding-left: 15%;
}
}