mirror of
https://github.com/adityachandelgit/BookLore.git
synced 2026-02-18 03:07:40 +01:00
Refactor series page footer: rename .footer-inner to .footer-content and update responsive styles (#2555)
Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
@if (selectedBooks.size > 0) {
|
||||
@if (userService.userState$ | async; as userState) {
|
||||
<div class="book-browser-footer" [@slideInOut]>
|
||||
<div class="footer-inner">
|
||||
<div class="footer-content">
|
||||
<div class="footer-left">
|
||||
<div class="selected-count-badge">
|
||||
<i class="pi pi-check-circle badge-icon"></i>
|
||||
|
||||
@@ -223,13 +223,20 @@
|
||||
border: 1px solid rgba(255, 255, 255, 0.5);
|
||||
border-width: 1px 1px 0px 1px;
|
||||
background-color: var(--card-background);
|
||||
background-color: color-mix(in srgb, var(--card-background), transparent 90%);
|
||||
|
||||
> .footer-content {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.footer-inner {
|
||||
.footer-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.footer-left {
|
||||
@@ -289,11 +296,6 @@
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.book-browser-footer {
|
||||
left: 0%;
|
||||
right: 0%;
|
||||
}
|
||||
|
||||
.selected-count-badge {
|
||||
padding: 0.4rem 0.8rem;
|
||||
font-size: 0.85rem;
|
||||
@@ -303,3 +305,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user