7 lines
118 B
HTML
7 lines
118 B
HTML
<style>
|
|
@media (max-width: 799px) {
|
|
.actionbar-text {
|
|
display: none;
|
|
}
|
|
}
|
|
</style>
|