Adding Border Back to Videos

Video border was lost in recent PR https://github.com/lbryio/spee.ch/pull/471
This commit is contained in:
Electron - Mark Firth 2018-06-19 02:44:04 +10:00 committed by GitHub
parent 137a34ceb9
commit 649b2c421d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,3 +10,8 @@
max-height: 100%;
margin : 0;
}
.asset-video {
margin: 16px;
padding: 6px;
border: 1px solid #d0d0d0;
}