Hide help button on mobile devices
This commit is contained in:
parent
0e022fc2b8
commit
fce04fedd6
@ -1544,6 +1544,14 @@ h4 > .notable-traits {
|
||||
left: 0;
|
||||
top: 100%;
|
||||
}
|
||||
|
||||
/* We don't display the help button on mobile devices. */
|
||||
.help-button {
|
||||
display: none;
|
||||
}
|
||||
.search-container > div {
|
||||
width: calc(100% - 32px);
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
Loading…
Reference in New Issue
Block a user