fix(examples): fix CSS consistency issues (#309)

This commit is contained in:
Sam Potts
2026-01-16 17:32:24 +00:00
committed by GitHub
parent 285222e660
commit 17ed67a1f7
8 changed files with 14 additions and 32 deletions
@@ -322,10 +322,10 @@
}
.vjs-frosted-skin .popover-popup {
margin: 0;
border: none;
padding: 0.75rem 0.25rem;
border-radius: calc(infinity * 1px);
margin: 0;
border: 0;
}
/* Tooltip Component Styles */
@@ -302,12 +302,10 @@
}
.vjs-minimal-skin .popover-popup {
padding: 0.5rem;
margin: 0;
border: none;
box-shadow: none;
border: 0;
background: transparent;
padding: 0.75rem 0.25rem;
border-radius: calc(infinity * 1px);
}
/* Tooltip Component Styles */