view Applications/StoneWebViewer/Resources/Styles/_video.scss @ 2164:952674a812c2

Added a Download button in the PDF viewer toolbar
author Alain Mazy <am@orthanc.team>
date Thu, 03 Oct 2024 17:19:12 +0200
parents d1806b4e4839
children
line wrap: on
line source

.wvVideo {
    // Align component vertically & horizontally
    position: absolute;
    top:50%;
    left:0;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
}