perf(theme): hidden code block copy button in mobile
This commit is contained in:
parent
38eb41a48d
commit
d9c43b5738
@ -311,6 +311,12 @@ html:not(.dark) .vp-code span {
|
||||
transform: translateX(calc(-100% - 1px));
|
||||
}
|
||||
|
||||
@media (max-width: 419px) {
|
||||
.vp-doc div[class*="language-"] > button.copy {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Collapsed lines
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user