[frontend/components] Only show ticker icon on mobile
This commit is contained in:
parent
941787499a
commit
318e2395ad
1 changed files with 5 additions and 0 deletions
|
@ -65,4 +65,9 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ticker {
|
||||||
|
padding: 0;
|
||||||
|
background-color: unset;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue