mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 20:43:08 +00:00
Merge pull request #2775 from richrd/fix-fullscreen-video
Fix fullscreen mode for videos.
This commit is contained in:
commit
66c7159521
1 changed files with 0 additions and 1 deletions
|
@ -1420,7 +1420,6 @@ background on hover (unless active) */
|
|||
margin-top: 6px;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
|
||||
contain: content; /* This fixes a display bug where border-radius stopped working on image link hover */
|
||||
}
|
||||
|
||||
/* This applies to images of preview-type-image and thumbnails of preview-type-link */
|
||||
|
|
Loading…
Reference in a new issue