diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-22 12:46:00 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-05-23 22:13:00 +1000 |
| commit | 4ea3ddb38d010c2f85c22b7f1c3f2d7e0c1355e3 (patch) | |
| tree | 90af9203059d645eb77216f1a091722ee9702438 /Pages/Component/MobileMenu.razor.css | |
| parent | 6de5d7f5364fe1d54703da6d6b7cb08ea26e939f (diff) | |
Initial commitwasm-oldserver
Diffstat (limited to 'Pages/Component/MobileMenu.razor.css')
| -rw-r--r-- | Pages/Component/MobileMenu.razor.css | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/Pages/Component/MobileMenu.razor.css b/Pages/Component/MobileMenu.razor.css deleted file mode 100644 index 0237cf1..0000000 --- a/Pages/Component/MobileMenu.razor.css +++ /dev/null @@ -1,46 +0,0 @@ -div#mobile-menu { - background: var(--col-bg); - display: none; - flex-direction: column; - flex: 1 1 calc(100vh - 59px); - height: 100%; - overflow-y: auto; - position: relative; - width: 100%; -} - -body.mobile-menu-visible div#mobile-menu { - display: flex; -} - -div#mobile-menu > a { - color: #fff; - padding: 20px; -} - -div#mobile-menu > a:not(:last-of-type) { - border-bottom: 1px solid var(--col-hr); -} - -div#mobile-menu > a:hover { - background: var(--col-dialog-bg); - filter: none; -} - -div#mobile-menu > a:active { - background: #fff; - color: var(--col-bg); - filter: none; -} - -div#nsfw-switch { - align-items: center; - border-bottom: 1px solid var(--col-hr); - display: flex; - flex-direction: row; - padding: 5px 20px 5px 20px; -} - -div#nsfw-switch > p#nsfw-label { - margin-right: auto; -} |
