Toolbar: improve mobile breakpoint
This commit is contained in:
@@ -45,5 +45,19 @@
|
||||
|
||||
.wait-icon {
|
||||
cursor: wait;
|
||||
/* opacity: 0.5; */
|
||||
}
|
||||
|
||||
@media screen and (max-width: 558px) {
|
||||
.search-bar svg {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search-bar input {
|
||||
margin-left: 0;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.wait-icon {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user