hide activity bar on screens <1280 px width

This commit is contained in:
Felix Niklas 2014-08-27 12:49:07 +02:00
parent 993e712821
commit 14f77344c5

View file

@ -2718,6 +2718,6 @@ footer {
@media only screen and (max-width: 1280px) {
.activity.sidebar {
/*display: none;*/
display: none;
}
}