Skip to content

Slowly expand letterview by qstar-inc

Details

Authorqstar-inc

LicenseNo License

Categoryweb.slowly.app

Created

Updated

Size533 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

An userstyle which hides the Friends bar and expands the letter box, also hides the profile picture of the sender.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Slowly expand letterview
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    An userstyle which hides the Friends bar and expands the letter box
@author         qstar_inc
==/UserStyle== */
@-moz-document regexp("[\\w\\S]*web.slowly.app/friend/[\\w]*/[\\w]*/") {
    .side-bar-wrapper {
        display: none;
    }

    .letter {
        max-width: unset;
    }

    .empty-sidebar {
        display: none;
    }
    
    .avatar-border {
        display: none;
    }
}

Reviews

No reviews yet.