Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Ivan Sein 2017-02-20 16:07:28 +01:00
Родитель 9332fc1f52
Коммит 48997f8e3b
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -201,7 +201,7 @@ video {
position: absolute; position: absolute;
text-align: center; text-align: center;
bottom: 44px; bottom: 44px;
width: 100%; width: 85%;
} }
.videoContainer .avatar-container .avatar { .videoContainer .avatar-container .avatar {
display: inline-block; display: inline-block;
@ -213,6 +213,10 @@ video {
display: none; display: none;
} }
.videoView .avatar-container {
width: 100%;
}
#emptycontent { #emptycontent {
position: absolute; position: absolute;
z-index: 40; z-index: 40;