File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@use ' variables' ;
22
3+ $footer-height : 65px ;
4+ $download-button-section-height : 200px ;
5+
36#preview {
47 text-align : center ;
58}
2730}
2831
2932#imgframe img {
30- max-height : 100 % !important ;
33+ max-height : calc ( 100 vh - var ( --header-height ) - #{ $footer-height } - #{ $download-button-section-height } ) ;
3134 max-width : 100% !important ;
35+ width : unset ;
36+ }
37+
38+ #imgframe video {
39+ max-height : calc (100vh - var (--header-height ) - #{$footer-height } - #{$download-button-section-height } );
3240}
3341
3442#imgframe audio {
4250 position : relative ;
4351 text-align : left ;
4452 white-space : pre-wrap ;
45- overflow-y : hidden ;
53+ overflow-y : scroll ;
4654 height : auto ;
4755 min-height : 200px ;
4856 max-height : 800px ;
6169 max-height : 100% ;
6270}
6371
72+ // Fix footer overlapping with app-content
73+ .app-files_sharing #app-content {
74+ max-height : calc (100vh - var (--header-height ) - #{$footer-height } );
75+ }
76+
6477/* fix multiselect bar offset on shared page */
6578thead {
6679 left : 0 !important ;
You can’t perform that action at this time.
0 commit comments