forked from reddit-archive/reddit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expandos got a css rule added to them to support the NSFW interstitial flow, but this caused some unintended bugs with subreddit CSS. The positioning of the interstitial's button on the media preview overlay is dependent on the floating, so this moves the application of the float rule to a child element on media previews only so the expando element itself can remain unfloated.
- Loading branch information
Matt Lee
committed
Oct 7, 2016
1 parent
7770ad7
commit 7d3217a
Showing
3 changed files
with
21 additions
and
12 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
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
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