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:
parent
137a34ceb9
commit
203d5bf65e
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue