Skip to content

Denigma.app long view SheridanTech.io by jswitty

Details

Authorjswitty

LicenseNo License

Categorydenigma

Created

Updated

Size520 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Increases the length of the explanation section to increase the amount visible at a time.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Denigma.app long view SheridanTech.io
@version      20220214.23.52
@namespace    userstyles.world/user/jswitty
@description  Increases the length of the explanation section to increase the amount visible at a time.
@author       jswitty
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://denigma.app/explain") {
@namespace url(http://www.w3.org/1999/xhtml);

.explaination {
    min-height: 376px;
    height: 100%;
    max-width: 576px;
    overflow: auto;
}
}

Reviews

No reviews yet.