Moving newsfeed styling from js to a new css file

This commit is contained in:
buxxi
2021-01-16 11:52:55 +01:00
parent 132c98b767
commit 8538d83520
2 changed files with 22 additions and 13 deletions

View File

@@ -0,0 +1,14 @@
iframe.newsfeed-fullarticle {
width: 100vw;
/* very large height value to allow scrolling */
height: 3000px;
top: 0;
left: 0;
border: none;
z-index: 1;
}
.region.bottom.bar.newsfeed-fullarticle {
bottom: inherit;
top: -90px;
}