diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-04-15 02:59:58 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-04-15 02:59:58 +1000 |
| commit | d59e751c5b7c23f0dce2a146b6b8ced80231a0cb (patch) | |
| tree | 3f2d949b4f073b71ce655bb4ce97b2e54e588fd3 /Pages | |
| parent | 720856bb353ab66a773e0a438d8af7f0a2188641 (diff) | |
v0.9av0.9a
Diffstat (limited to 'Pages')
| -rw-r--r-- | Pages/Component/MobileMenu.razor.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Pages/Component/MobileMenu.razor.css b/Pages/Component/MobileMenu.razor.css index b60e07b..0237cf1 100644 --- a/Pages/Component/MobileMenu.razor.css +++ b/Pages/Component/MobileMenu.razor.css @@ -1,6 +1,6 @@ div#mobile-menu { background: var(--col-bg); - display: flex; + display: none; flex-direction: column; flex: 1 1 calc(100vh - 59px); height: 100%; @@ -9,8 +9,8 @@ width: 100%; } -div#mobile-menu.hidden { - display: none; +body.mobile-menu-visible div#mobile-menu { + display: flex; } div#mobile-menu > a { |
