hide activity bar on screens <1280 px width
This commit is contained in:
parent
993e712821
commit
14f77344c5
1 changed files with 1 additions and 1 deletions
|
@ -2718,6 +2718,6 @@ footer {
|
||||||
|
|
||||||
@media only screen and (max-width: 1280px) {
|
@media only screen and (max-width: 1280px) {
|
||||||
.activity.sidebar {
|
.activity.sidebar {
|
||||||
/*display: none;*/
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue