Skip to content

Quora wide by breat

Screenshot of Quora wide

Details

Authorbreat

LicenseGNU v3

Category*.quora.com

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Quora for wide screens

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Quora wide
@version      20230920.11.18
@namespace    userstyles.world/user/breat
@description  Quora for wide screens
@author       breat
@license      GNU v3
==/UserStyle== */

@-moz-document domain("quora.com") {
/* === Credits ===
Created by  BreatFR
Creatied on 2023/09/20
Version     1.0
@description    Put Quora on whole page.
@namespace    userstyles.world/user/breat
@license    GNU GPL v3
Website     https://breat.fr
facebook    https://www.facebook.com/breatfroff
mastodon    https://mastodon.social/@breat_fr
telegram    https://t.me/+5ZLC2qntf6xmYmI0
vk          https://vk.com/breatfroff
X (twitter) https://x.com/breatfroff
=== Credits === */

#root > div > div.q-box > div > div:nth-child(3) > div > div > div:nth-child(3) {
    display: none;
    max-width: 0px;
}

#root > div > div.q-box > div > div:nth-child(3) > div > div {
    margin-left: 0px !important;
    width: 87% !important;
}

#root > div > div.q-box > div > div:nth-child(3) > div > div > div:nth-child(1) {
    min-width: 200px !important;
}

#mainContent {
    width: 100% !important;
}
}

Reviews

No reviews yet.