Fix aside height in Sticky Feed extension

See https://github.com/FreshRSS/FreshRSS/issues/753
This commit is contained in:
Marien Fressinaud 2015-01-17 16:28:44 +01:00
parent 8c1546ca66
commit 3626296e17
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
}
@media(max-width: 840px) {
/* No effect on mobile */
/* No effect on mobile. And yep, under 840px it is a mobile... a big one. */
#aside_feed.sticky .tree {
position: static;
}