Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2016-11-17 03:45:07 +01:00
Родитель 6c049fff3d
Коммит c006a1ae1f
1 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -125,6 +125,7 @@ video {
right: 0;
bottom: 0;
z-index: 10;
border-top-left-radius: 3px;
}
#app-content.participants-2,
@ -141,17 +142,20 @@ video {
.nameIndicator {
position: absolute;
bottom: 3%;
z-index: 5;
bottom: 0;
padding: 12px;
color: #fff;
text-shadow: 1px 1px 2px rgba(0, 0, 0, .5), 1px -1px 2px rgba(0, 0, 0, .5), -1px 1px 2px rgba(0, 0, 0, .5), -1px -1px 2px rgba(0, 0, 0, .5);
width: 100%;
width: 70%;
text-align: center;
font-size: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.videoView .nameIndicator {
padding: 0;
}
.nameIndicator button {
background-color: transparent;