Tweaks for HelpScout by Stef
HelpScout Tweaks for BC Supporters by stefcamp
Details
Authorstefcamp
LicenseNo License
Categoryhelpscout
Created
Updated
Size689 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 Helpscout Tweaks
@namespace helpscout.net
@version 0.0.2
==/UserStyle== */
@-moz-document domain("secure.helpscout.net") {
#tagPopup > #tag {
width: 500px
}
#container-tags-ac .autocomplete-w1 .autocomplete {
width: 500px !important;
}
#properties {
display: none;
}
#sidebarProfile .avatar {
display: none;
}
#sidebarProfile .social {
display: none;
}
#sidebarProfile .header {
padding-top: 10px;
}
.cf-datepicker {
margin-top: 15px;
}
#tblTickets td.subj div>a,
#tblTickets td.subj>a {
white-space: normal;
}
}