Wider view so that I can actually see the TUI examples
terminaltrove.com Wider view by ProjectPatatoe
Details
AuthorProjectPatatoe
LicenseNo License
Categoryterminaltrove.com
Created
Updated
Size408 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name terminaltrove.com Wider view
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Wider view so that I can actually see the TUI examples
@author ProjectPatatoe
==/UserStyle== */
@-moz-document url-prefix("https://terminaltrove.com/") {
/* Insert code here... */
body > div.max-w-2xl {
max-width: 64rem !important;
}
}