Skip to content

Commit

Permalink
Merge pull request #6 from nyxmidnight/bookmarks-fix
Browse files Browse the repository at this point in the history
Bookmarks page spacing issue fix
  • Loading branch information
nyxmidnight authored Jan 11, 2020
2 parents 7cb3cbc + ef4fe6c commit d040960
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.2] 2020-01-11

- Fixed spacing issue on the Bookmarks page of a work.

## [2.0.1] 2019-09-14

- This project is now in the Public Domain (CC0).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Use in a user style manager like [Stylus](https://github.com/openstyles/stylus).

- [x] Convert to UserCSS format for easy installation with the Stylus browser extension.
- [x] Add user customizable variables.
- [ ] Fix spacing issues with icon labels.
- [x] Fix spacing issues with icon labels.
- [x] Fix overlapping text issues in Series headings. :sparkles:

## Contributing
Expand Down
7 changes: 6 additions & 1 deletion css/ao3butbetter.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Better AO3 Tags and Fonts
@namespace https://github.com/nyxmidnight
@description Readability and usability improvements for ArchiveOfOurOwn.org
@version 2.0.1
@version 2.0.2
@author Nyx Midnight (http://nyx.zone)
@homepageURL https://github.com/nyxmidnight/ao3tagsfonts
@supportURL https://github.com/nyxmidnight/ao3tagsfonts/issues
Expand Down Expand Up @@ -261,6 +261,11 @@
text-decoration: underline;
}

/* FIXED: spacing for bookmark icons labels and the "Bookmarked by" text */
.bookmark .short .header h5 {
margin-left: 120px !important;
}

.blurb h5.fandoms .tag {
margin: 1px 3px 0 0 !important;
}
Expand Down

0 comments on commit d040960

Please sign in to comment.