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:
parent
137a34ceb9
commit
649b2c421d
1 changed files with 5 additions and 0 deletions
|
@ -10,3 +10,8 @@
|
|||
max-height: 100%;
|
||||
margin : 0;
|
||||
}
|
||||
.asset-video {
|
||||
margin: 16px;
|
||||
padding: 6px;
|
||||
border: 1px solid #d0d0d0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue