Views in frontend changed
This commit is contained in:
@@ -11,13 +11,8 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.app-content {
|
|
||||||
padding-bottom: calc(6rem + env(safe-area-inset-bottom));
|
padding-bottom: calc(6rem + env(safe-area-inset-bottom));
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes fadeInUp {
|
@keyframes fadeInUp {
|
||||||
from { opacity: 0; transform: translateY(14px); }
|
from { opacity: 0; transform: translateY(14px); }
|
||||||
|
|||||||
@@ -1,16 +1,13 @@
|
|||||||
.bottom-nav {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.bottom-nav {
|
.bottom-nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 50%;
|
||||||
right: 0;
|
transform: translateX(-50%);
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
max-width: 48rem;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
padding: 0.25rem 0.5rem calc(0.5rem + env(safe-area-inset-bottom));
|
padding: 0.25rem 0.5rem calc(0.5rem + env(safe-area-inset-bottom));
|
||||||
background: var(--surface-container-lowest);
|
background: var(--surface-container-lowest);
|
||||||
@@ -120,4 +117,3 @@
|
|||||||
.nav-elevated.active .nav-label {
|
.nav-elevated.active .nav-label {
|
||||||
color: var(--tertiary);
|
color: var(--tertiary);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,8 +1,3 @@
|
|||||||
.top-bar {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.top-bar {
|
.top-bar {
|
||||||
display: block;
|
display: block;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
@@ -60,4 +55,3 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user