LINKEDIN CLEAR / CLEAN CHAT
AS WPP but with big font size
AuthorJLazarte
LicenseNo License
Categoryhttps://www.linkedin.com/messaging
Created
Updated
Size1.6 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
LINKEDIN CLEAR / CLEAN CHAT
AS WPP but with big font size
/* ==UserStyle==
@name LINKEDIN CLEAR / CLEAN CHAT
@namespace https://www.linkedin.com/messaging
@version 1.0.0
@description LINKEDIN CLEAR / CLEAN CHAT
@author JLazarte
==/UserStyle== */
@-moz-document url-prefix("https://www.linkedin.com/messaging/") {
aside {
display: none;
}
aside#msg-overlay {
display: none;
}
header {
display: none;
}
body,
.application-outlet,
.authentication-outlet,
main#main {
margin: 0;
position: absolute;
inset: 0;
}
.authentication-outlet {
padding: unset !important;
}
.scaffold-layout--reflow .scaffold-layout__content--list-detail-aside {
display: flex;
}
.scaffold-layout__list-detail {
height: unset;
}
.scaffold-layout__list-detail-container > div:first-child {
color: red;
background-color: white;
position: fixed;
z-index: 1000000;
top: 0;
left: 0;
width: 520px;
border: 2px solid gray;
border-radius: 0 0 10px 10px;
}
.scaffold-layout__list.msg__list {
padding-top: 100px;
width: 520px !important;
max-width: 520px !important;
min-width: 520px !important;
}
.scaffold-layout--has-list-detail .scaffold-layout-container.scaffold-layout-container--reflow {
margin: 0 !important;
max-width: unset !important;
width: unset !important;
}
#messaging > div > div {
margin: 0 !important
}
#messaging > div > div .msg-s-event-listitem__body{
font-size: 1.8rem !important;
}
footer.msg-form__footer {
padding: 15px 30px !important;
}
}