Border Removed From Video Thumbs

Borders were accidentally added to video thumbs in recent PR https://github.com/lbryio/spee.ch/pull/471/files
This commit is contained in:
Electron - Mark Firth 2018-06-19 02:48:26 +10:00 committed by GitHub
parent 137a34ceb9
commit 203d5bf65e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,4 @@
cursor: pointer; cursor: pointer;
background-color: #ffffff; background-color: #ffffff;
width: calc(100% - 12px - 12px - 2px); width: calc(100% - 12px - 12px - 2px);
margin: 6px;
padding: 6px;
border: 1px solid #d0d0d0;
} }