/* ==UserStyle==
@name           hjonk mods - Mobile - Fixes for desktop
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Slight width fixes
@author         ZiF :: sophi3
==/UserStyle== */

@-moz-document url-prefix("https://hjonk.me/m") {
    .create-post-textarea {
        width: calc(100% - 8px);
    }
    .post .metadata {
        width: calc(100% - 64px);
    }
}