.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;
}
