mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-04 17:33:12 +00:00
Fixing broken looking UI when no images present
This commit is contained in:
parent
8cb2fea9cd
commit
afdaab4e13
4 changed files with 68 additions and 48 deletions
|
@ -44,6 +44,11 @@
|
|||
.profile-root {
|
||||
background-image: linear-gradient(to right, <?php echo $pfp_colour; ?>, var(--bg-3), var(--bg-3)) !important;
|
||||
}
|
||||
@media (max-width: 669px) {
|
||||
.profile-root {
|
||||
background-image: linear-gradient(to bottom, <?php echo $pfp_colour; ?>, var(--bg-3)) !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<?php
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue