mirror of https://github.com/Chocobozzz/PeerTube
No border radius for thumbnails on small screens
parent
c1521ca3d7
commit
616a03d55e
|
@ -129,6 +129,7 @@ $play-overlay-width: 18px;
|
||||||
margin: 0 -15px 10px -15px;
|
margin: 0 -15px 10px -15px;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: calc(100vw / #{$video-thumbnail-ratio});
|
height: calc(100vw / #{$video-thumbnail-ratio});
|
||||||
|
border-radius: 0;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue