fix(theme): code group tab divider not showing full-width (#2701)

pull/2702/head
Divyansh Singh 1 year ago committed by GitHub
parent 5563695b15
commit b39b4912af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,16 +11,7 @@
background-color: var(--vp-code-tab-bg);
overflow-x: auto;
overflow-y: hidden;
}
.vp-code-group .tabs::after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 1px;
background-color: var(--vp-code-tab-divider);
content: '';
box-shadow: inset 0 -1px var(--vp-code-tab-divider);
}
@media (min-width: 640px) {

Loading…
Cancel
Save