Fix regression

This commit is contained in:
Laurent Destailleur 2023-02-27 12:08:24 +01:00
parent db8068d08b
commit 256ce217d0

View File

@ -1570,8 +1570,7 @@ table[summary="list_of_modules"] .fa-cog {
height: 100px; height: 100px;
} }
.ls -alrt maxscreenheightless200 {
vi {
max-height: <?php echo isset($_SESSION['dol_screenheight']) ? max(500, (int) $_SESSION['dol_screenheight'] - 200) : 700; ?>px; /* we guarantee height of 500 */ max-height: <?php echo isset($_SESSION['dol_screenheight']) ? max(500, (int) $_SESSION['dol_screenheight'] - 200) : 700; ?>px; /* we guarantee height of 500 */
} }
.maxscreenheightless300 { .maxscreenheightless300 {