.les-ignored {
    height: 20px !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #ddd !important;
    overflow: hidden;
    position: relative !important;
}

.les-ignored::after {
    content: 'ignored user post';
    position: absolute;
    top: 0;
    left: 8px;
    line-height: 20px;
    font-size: 11px;
    color: #999;
}

.les-ignored .Comment {
    display: none !important;
}

.les-ignore-option {
    list-style: none;
}

body.theme-dark .les-ignored {
    background: #2e2e2e !important;
}
body.theme-dark .les-ignored::after {
    color: #555;
}

body.theme-grey .les-ignored {
    background: #b8b8b8 !important;
}
body.theme-grey .les-ignored::after {
    color: #777;
}

body.theme-vbdark .les-ignored {
    background: #141e2e !important;
}
body.theme-vbdark .les-ignored::after {
    color: #3a5a7a;
}

body.theme-vblight .les-ignored {
    background: #d4dce8 !important;
}
body.theme-vblight .les-ignored::after {
    color: #7a99b8;
}
