Skip to content

Commit

Permalink
missing borders
Browse files Browse the repository at this point in the history
small css fix
  • Loading branch information
alexandradm committed May 24, 2018
1 parent 7512bf8 commit 32a02f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/components/Explore/ImageList.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
background-color: #000000;
overflow-y: scroll;
overflow-x: hidden;
border-top: solid 2px #000000;
}

.ImagesCard::-webkit-scrollbar {
Expand All @@ -14,7 +15,6 @@
background-color: #000000;
}


.Image {
background-color: #ffffff;
margin: 2px;
Expand Down
2 changes: 1 addition & 1 deletion src/client/components/Explore/VideoList.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
background-color: #000000;
overflow-y: scroll;
overflow-x: hidden;

border-top: solid 2px #000000;
}

.VideosCard::-webkit-scrollbar {
Expand Down

0 comments on commit 32a02f5

Please sign in to comment.