feat(mobile-ux): implement auto-hiding bars on scroll and widen reader container
This commit is contained in:
@@ -13,8 +13,16 @@
|
||||
box-sizing: border-box;
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
|
||||
overflow: visible; /* Critical to show elevated FAB */
|
||||
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
|
||||
}
|
||||
|
||||
.nexus-unified-mobile-toolbar.immersive-zen-mode {
|
||||
transform: translateY(calc(100% + 24px)) !important;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
/* Light Mode: Premium Paper Look */
|
||||
.nexus-unified-mobile-toolbar.theme-light {
|
||||
background: rgba(244, 241, 234, 0.9);
|
||||
|
||||
Reference in New Issue
Block a user