-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Badges: fix overflow in Discord's css
- Loading branch information
1 parent
11321eb
commit 1150a50
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/* the profile popout badge container(s) */ | ||
[class*="biteSize_"] [class*="tags_"] [class*="container_"] { | ||
/* Discord has padding set to 2px instead of 1px, which causes the 12th badge to wrap to a new line. */ | ||
padding: 0 1px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters