Rollup merge of #77979 - GuillaumeGomez:hide-help-button, r=jyn514
Hide help button on mobile Addresses #77899. This PR is just a quick fix for now: we're still debating about whether or not we want to display this help popup and if so, how. I'll open an issue once this PR is merged to discuss about it. Before:  After:  r? @jyn514
This commit is contained in:
commit
16b1a6fa67
1 changed files with 8 additions and 0 deletions
|
@ -1540,6 +1540,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…
Add table
Add a link
Reference in a new issue