Skip to content

WYWM Hubspot cleanup by torrentails

Details

Authortorrentails

LicenseMIT Licence

Categoryhubspot.com

Created

Updated

Code size1.3 kB

Code checksum6bd3b302

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Clean up ticket view on HubSpot

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           WYWM Hubspot cleanup
@namespace      github.com/torrentails
@version        1.0.2
@description    WYWM IT support Hubspot cleanup
@author         Alex Sullivan
==/UserStyle== */
@-moz-document regexp(".*hubspot\\.com/contacts/\\d+/ticket/\\d+.*")
{
    .highlight-interactions-actions
    {
        display: none;
    }

    .jDxvUd
    {
        padding-top: 6px;
    }

    .fqDdNd,
    .dEXGuh
    {
        padding-bottom: 0;
    }

    .ioquUq
    {
        padding-bottom: 8px;
    }

    .iFkirT
    {
        margin: 8px 0;
    }

    .lcSGGu
    {
        display: none;
    }

    .profile-3-col-sidebar
    {
        padding-bottom: 0 !important;
    }

    .private-button--default,
    .private-button--sm
    {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .private-expandable-text__toggle-button
    {
        margin-top: 0;
        width: 100%;
        border-top: 1px solid rgb(97, 97, 97);
    }

    .private-form__label
    {
        padding-top: 0;
    }

    .private-form__set--floating,
    .private-form__control--inline
    {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
    .private-dropdown--virtualized .Select-menu, .private-search-control__wrapper:not(.sr-only)+.private-typeahead-results .Select-menu {
        max-height: 50%;
    }
}

Reviews

No reviews yet.