client/css: constrain thumbnails to parent to prevent overextended links
This commit is contained in:
parent
8d971234a2
commit
4ec8cb3ba2
1 changed files with 2 additions and 2 deletions
|
@ -300,10 +300,10 @@ a .access-key
|
||||||
background-size: 20px 20px
|
background-size: 20px 20px
|
||||||
img
|
img
|
||||||
opacity: 0
|
opacity: 0
|
||||||
width: auto
|
width: inherit
|
||||||
height: 100%
|
height: 100%
|
||||||
video
|
video
|
||||||
width: auto
|
width: inherit
|
||||||
height: 100%
|
height: 100%
|
||||||
|
|
||||||
.flexbox-dummy
|
.flexbox-dummy
|
||||||
|
|
Loading…
Reference in a new issue