cdm intermediate: remove unnecessary huge margin
This commit is contained in:
parent
7adf937936
commit
b3e94be947
|
@ -67,7 +67,7 @@
|
|||
}
|
||||
|
||||
.intermediate {
|
||||
margin : 10px;
|
||||
margin-top : 10px;
|
||||
}
|
||||
|
||||
.content-inner {
|
||||
|
|
|
@ -1091,7 +1091,7 @@ video::-webkit-media-controls-overlay-play-button {
|
|||
flex-grow: 2;
|
||||
}
|
||||
.cdm .intermediate {
|
||||
margin: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.cdm .content-inner {
|
||||
margin: 10px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1091,7 +1091,7 @@ video::-webkit-media-controls-overlay-play-button {
|
|||
flex-grow: 2;
|
||||
}
|
||||
.cdm .intermediate {
|
||||
margin: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.cdm .content-inner {
|
||||
margin: 10px;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue