aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/less/components/examples.less
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/less/components/examples.less')
-rw-r--r--docs/src/less/components/examples.less13
1 files changed, 3 insertions, 10 deletions
diff --git a/docs/src/less/components/examples.less b/docs/src/less/components/examples.less
index 174a294a..b57763fd 100644
--- a/docs/src/less/components/examples.less
+++ b/docs/src/less/components/examples.less
@@ -9,7 +9,6 @@ section {
video,
.plyr__video-embed {
- border-radius: @border-radius-base;
max-width: 100%;
vertical-align: middle;
}
@@ -20,14 +19,8 @@ video,
// Example players
.plyr {
margin: 0 auto;
+ border-radius: @border-radius-base;
- &__controls {
- border-radius: 0 0 @border-radius-base @border-radius-base;
- }
- video,
- .plyr__video-embed {
- border-radius: @border-radius-base @border-radius-base 0 0;
- }
&--fullscreen,
&--fullscreen-active {
max-width: none;
@@ -45,7 +38,7 @@ video,
.plyr--audio {
max-width: @example-width-audio;
- .plyr__controls {
+ /*.plyr__controls {
border-radius: @border-radius-base;
}
.plyr__progress {
@@ -56,7 +49,7 @@ video,
border-radius: @border-radius-base @border-radius-base 0 0;
overflow: hidden;
}
- }
+ }*/
}
// Style full supported player