Fix UI regressions

pull/850/head
Chocobozzz 2018-07-24 17:54:43 +02:00
parent 7f8db30ccd
commit a8981e0b24
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 19 additions and 5 deletions

View File

@ -52,6 +52,13 @@
margin-top: 47px;
}
.checkbox-container {
display: flex;
align-items: center;
margin-right: 20px;
margin-left: 12px;
}
my-video-thumbnail {
margin-right: 10px;
}

View File

@ -341,6 +341,7 @@
.video-miniature-information {
flex-grow: 1;
margin-left: 10px;
}
}
}
@ -441,11 +442,7 @@
}
.other-videos {
padding-left: 0;
/deep/ .video-miniature .video-miniature-information {
margin-left: 10px;
}
padding-left: 0 !important;
}
.privacy-concerns {
@ -474,6 +471,16 @@
}
}
.other-videos {
/deep/ .video-miniature {
flex-direction: column;
.video-miniature-information {
margin-left: 0 !important;
}
}
}
.privacy-concerns {
width: 100%;