Skip to content

Commit

Permalink
fix: reduce scrollbars and change github edit to master
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Sep 8, 2020
1 parent ac0c824 commit 61aea59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/plugins/_scrollbars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
@import "variables";

::-webkit-scrollbar {
width: 8.5px;
height: 8.5px;
width: 6.5px;
height: 6.5px;
}

* {
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ enableGitInfo = true
# Enable "Edit this page" links for 'doc' page type.
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
# Edit path must point to root directory of repo.
BookEditPath = 'edit/beta'
BookEditPath = 'edit/master'

# Configure the date format used on the pages
# - In git information
Expand Down

0 comments on commit 61aea59

Please sign in to comment.