docs: fixed mobile usability of tooltips (#3124)

This commit is contained in:
Shahed Nasser
2023-01-27 11:05:57 +02:00
committed by GitHub
parent a65e115844
commit cf89624747
8 changed files with 81 additions and 56 deletions

View File

@@ -98,6 +98,10 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
border-radius: var(--ifm-code-border-radius);
}
.code-action-copy {
display: flex;
}
.code-action {
background-color: transparent;
border: none;