mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Modify video player design (#573)
This commit is contained in:
@@ -991,4 +991,18 @@ html[data-theme=dark] .cml-card i {
|
||||
html[data-theme=dark] .cml-card i {
|
||||
background-color: var(--ifm-background-color);
|
||||
border-color: var(--ifm-color-gray-800);
|
||||
}
|
||||
|
||||
.vid {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
padding-top: 56.25%;
|
||||
background-color: rgba(0,0,0,0.1);
|
||||
border: 12px solid rgba(0,0,0,0.1);
|
||||
border-radius: calc(var(--ifm-card-border-radius) * 1.5);
|
||||
}
|
||||
html[data-theme=dark] .vid {
|
||||
border-color: rgba(0,0,0,0.3);
|
||||
background-color: rgba(0,0,0,0.3);
|
||||
}
|
||||
Reference in New Issue
Block a user