diff options
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/style.css b/packages/meshbay-hub/src/meshbay_hub/static/style.css index 2770dd7..bc4e093 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/style.css +++ b/packages/meshbay-hub/src/meshbay_hub/static/style.css @@ -2013,6 +2013,11 @@ a.transfer-name { @media (max-width: 768px) { .nav-hamburger { display: flex; } + /* No tray to minimise into on a narrow layout, and the nav has the + hamburger to fit here. The capability already keeps this out of any + browser; this is the app's own window dragged narrow. */ + .nav-tray { display: none; } + .sidebar { position: fixed; left: -240px; |