don't display toolbar "selected" text when the device is small
This commit is contained in:
parent
cb72d8c6c2
commit
1f3d210018
|
@ -1187,3 +1187,9 @@ i.spin {
|
|||
column-gap: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 450px) {
|
||||
#toolbar p {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue