Updated ui, better balance.

This commit is contained in:
2025-08-07 17:26:53 +00:00
parent 5553226838
commit 616e073fe7
7 changed files with 318 additions and 150 deletions

View File

@@ -55,6 +55,14 @@ $footer-background-color: $ps-color-primary-trans !important
margin: 1rem;
// background-color: $ps-color-background;
.is-rounded-left
border-top-left-radius: 20px !important;
border-bottom-left-radius: 20px !important;
.is-rounded-right
border-top-right-radius: 20px !important;
border-bottom-right-radius: 20px !important;
.book-thumbnail
z-index: 1;
position: relative;
@@ -112,6 +120,10 @@ $footer-background-color: $ps-color-primary-trans !important
margin-top: auto;
margin-bottom: auto;
.search_form
margin-top: auto !important;
margin-bottom: auto !important;
.footer
display: flex;
padding: 1rem !important;