Skip to content

Discord Forum Mobile Browser Fix by jackalyst

Details

Authorjackalyst

LicenseNo License

Categorydiscord.com

Created

Updated

Size759 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle to fix the discord forum so it's not completely broken in mobile. This will likely break with every new Discord update.

Notes

Note: This is the first iteration, very much in alpha.

Source code

/* ==UserStyle==
@name           Discord Forum Mobile Browser Fix
@namespace      github.com/openstyles/stylus
@version        0.0.1
@description    A new userstyle to fix the discord forum. This will likely break with every new Discord update.
@author         Me
==/UserStyle== */

@-moz-document domain("discord.com") {
    .list__5ced9 > div:first-child, .grid__36f14 > div:first-child, .headerRow__16d8e {
        min-width: 0px !important;
    }
    .chatLayerWrapper__29dd6 {
        width: 100% !important;
    }
    .chatLayerWrapper__29dd6 div:first-child {
        width: unset !important;
    }
    .chatLayerWrapper__29dd6 div:nth-child(2) {
        width: auto !important;
        max-width: 100vw !important;
        overflow: auto;
    }
    
}

Reviews

No reviews yet.