зеркало из https://github.com/nextcloud/spreed.git
Adjust videos border radius
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
This commit is contained in:
Родитель
e2a4b63cbd
Коммит
1c032c110d
|
@ -377,7 +377,7 @@ export default {
|
|||
left: 0;
|
||||
box-shadow: inset 0 0 0 3px white;
|
||||
cursor: pointer;
|
||||
border-radius: var(--border-radius-large);
|
||||
border-radius: calc(var(--default-clickable-area)/2);
|
||||
}
|
||||
|
||||
.bottom-bar {
|
||||
|
@ -408,7 +408,7 @@ export default {
|
|||
// Always display the local video in the last row
|
||||
#localVideoContainer {
|
||||
grid-row-end: -1;
|
||||
border-radius: var(--border-radius-large);
|
||||
border-radius: calc(var(--default-clickable-area)/2);
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
@ -539,7 +539,7 @@ export default {
|
|||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border-radius: var(--border-radius-large);
|
||||
border-radius: calc(var(--default-clickable-area)/2);
|
||||
}
|
||||
|
||||
.video-container-big {
|
||||
|
@ -568,14 +568,14 @@ export default {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: var(--border-radius-large);
|
||||
border-radius: calc(var(--default-clickable-area)/2);
|
||||
}
|
||||
|
||||
.videoWrapper,
|
||||
.video {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
border-radius: var(--border-radius-large);
|
||||
border-radius: calc(var(--default-clickable-area)/2);
|
||||
}
|
||||
|
||||
.videoWrapper.icon-loading:after {
|
||||
|
@ -619,7 +619,7 @@ export default {
|
|||
top: 0;
|
||||
left: 0;
|
||||
box-shadow: inset 0 0 0 2px white;
|
||||
border-radius: var(--border-radius-large);
|
||||
border-radius: calc(var(--default-clickable-area)/2);
|
||||
}
|
||||
|
||||
.hover-shadow {
|
||||
|
@ -630,7 +630,7 @@ export default {
|
|||
left: 0;
|
||||
box-shadow: inset 0 0 0 3px white;
|
||||
cursor: pointer;
|
||||
border-radius: var(--border-radius-large);
|
||||
border-radius: calc(var(--default-clickable-area)/2);
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Загрузка…
Ссылка в новой задаче