diff --git a/frontend/src/App.css b/frontend/src/App.css index 95de93f..a6c2803 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -60,7 +60,7 @@ max-width: 100%; min-width: 100%; height: 100%; - z-index: 1000; + z-index: 1020; transform: translateX(-100%); } @@ -70,6 +70,8 @@ .message-thread-container { width: 100%; + position: relative; + z-index: 1010; } } @@ -79,7 +81,14 @@ transform: translateX(0) !important; } - .mobile-back-button { - display: none !important; + .thread-header-title { + font-size: 1.25rem !important; + } +} + +/* Mobile - smaller thread header title */ +@media (max-width: 767.98px) { + .thread-header-title { + font-size: 1rem !important; } } diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 51f93e1..dbd6596 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -146,7 +146,7 @@ function App() { return (