This style is for web.WhatsApp.com. This userstyle hides the sidebar and reveals when hovered over the contact photos.
Whatsapp_Hide_SideBar by anas923
Details
Authoranas923
LicenseNo License
Categoryweb.whatsapp.com
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Whatsapp Hide Sidebar
@namespace web..whatsapp.com
@version 1.0.0
@description This style is for web.WhatsApp.com. This userstyle hides the sidebar and reveals when hovered over the contact photos.
@author Anas923
==/UserStyle== */
@-moz-document domain("web..whatsapp.com") {
/**
._aigw{
max-width: 5% !important;
transition: 0.5s all ease;
header{
.x104kibb {
display: inline-table;
margin-left: -18px;
}
h1{
transition: 0.5s all ease;
white-space: nowrap;
}
span{
transition: 0.5s all ease;
display: none;
}
}
._ak9t, .xeuugli{
transition: 0.5s all ease;
display: none;
}
}
._aigw:hover{
max-width: 30% !important;
header{
.x104kibb {
display: -webkit-box;
margin-left: inherit;
}
span{
display: flex;
}
}
._ak9t{
display: block;
}
.xeuugli{
display: flex;
}
}
*/
}