Fix layout of video 'card' items

Previous changes broke alignment of text and icons
This commit is contained in:
Samantaz Fox
2021-06-25 20:47:15 +02:00
parent eecfc155b8
commit cfcb64c516
2 changed files with 65 additions and 41 deletions

View File

@@ -282,6 +282,21 @@ input[type="search"]::-webkit-search-cancel-button {
}
}
/*
* Video "cards" (results/playlist/channel videos)
*/
.video-card-row { margin: 15px 0; }
.flexible { display: flex; }
.flex-left { flex: 1 1 100%; flex-wrap: wrap; }
.flex-right { flex: 1 0 max-content; flex-wrap: nowrap; }
p.channel-name { margin: 0; }
p.video-data { margin: 0; font-weight: bold; font-size: 80%; }
/*
* Footer
*/