Skip to content

Commit

Permalink
Merge pull request #973 from frankrousseau/master
Browse files Browse the repository at this point in the history
[ux] Fix glitches
  • Loading branch information
frankrousseau authored Nov 16, 2022
2 parents 52815c4 + 9ae7079 commit 3b83a5f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/components/pages/playlists/PlaylistPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1863,6 +1863,12 @@ export default {
.playlist-footer {
background: $dark-grey-light;
color: $white-grey;
overflow: auto;
}
.playlist-footer {
overflow-x: scroll;
width: 100%;
}
.playlisted-entities {
Expand Down
2 changes: 1 addition & 1 deletion src/components/previews/PreviewPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,7 @@ export default {
width: 100%;
position: absolute;
left: 0;
z-index: 500;
z-index: 200;
}
.center {
Expand Down
1 change: 1 addition & 0 deletions src/components/previews/VideoProgress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ export default {
flex-shrink: 0;
margin: 0;
height: 28px;
overflow: hidden;
padding: 0;
position: relative;
width: 100%;
Expand Down
2 changes: 2 additions & 0 deletions src/components/widgets/EntityThumbnail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ table .thumbnail-picture.thumbnail-empty {
}
table .thumbnail-picture {
border: 0;
background: black;
margin: 0px;
padding: 0px;
}
Expand Down

0 comments on commit 3b83a5f

Please sign in to comment.