Fixing broken looking UI when no images present

This commit is contained in:
Michał Gdula 2022-09-29 11:27:44 +00:00
parent 8cb2fea9cd
commit afdaab4e13
4 changed files with 68 additions and 48 deletions

View file

@ -101,7 +101,7 @@
?>
<style>
.image-container, .fullscreen-image {
background-color: <?php echo $image_colour; ?>55 !important;
background-color: <?php echo $image_colour; ?>33 !important;
}
</style>
<?php