Merge pull request #3220 from DeadSuperHero/fixpostlinks
Fix showpage CSS for wallpaper posts. [ci skip]
This commit is contained in:
commit
21fef13620
2 changed files with 1 additions and 2 deletions
|
|
@ -308,7 +308,6 @@ article { //mood posts
|
||||||
|
|
||||||
.photo-fill {
|
.photo-fill {
|
||||||
@include background-cover();
|
@include background-cover();
|
||||||
z-index : -5000; //so the framer controls don't get lost
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
z-index: 100;
|
z-index: 9001;
|
||||||
}
|
}
|
||||||
|
|
||||||
#post-reactions {
|
#post-reactions {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue