Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full width #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions lib/defaults.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"settings_version": 9,
"settings_version": 10,
"settings": {
"visual_theme": true,
"high_contrast": false,
Expand All @@ -11,7 +11,8 @@
"fold_comments": true,
"mark_as_read": false,
"sticky_header": false,
"user_tooltips": false
"user_tooltips": false,
"full_width": false
},
"requirements": {
"high_contrast": ["visual_theme"],
Expand All @@ -38,6 +39,7 @@
"<em>Mark as read</em> allows you to mark links as visited, or to mark an entire page of links as read.",
"Use <em>Sticky header</em> if you'd like to make the header follow you through the page.",
"<em>Gray visited links</em> could make it easier for you to distinguish the links you haven't clicked on yet.",
"<em>User tooltips</em> give you information about users just by hovering their name with your cursor."
"<em>User tooltips</em> give you information about users just by hovering their name with your cursor.",
"<em>Full width</em> expands the page content to utilize the entire window."
]
}
Loading