diff options
| author | Mistivia <i@mistivia.com> | 2025-03-08 21:30:23 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-03-08 21:30:31 +0800 |
| commit | b1d0493153689803b5a30d9a9c10e0f505159980 (patch) | |
| tree | 3a0c0a8c72895fd51192b695a12e55d96c1b9872 /src/components/right_panel.svelte | |
| parent | 819380fa314812dcbb99ce06cc029dd51533b155 (diff) | |
update banlist
Diffstat (limited to 'src/components/right_panel.svelte')
| -rw-r--r-- | src/components/right_panel.svelte | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/src/components/right_panel.svelte b/src/components/right_panel.svelte index 9863d97..1aa75c1 100644 --- a/src/components/right_panel.svelte +++ b/src/components/right_panel.svelte @@ -40,13 +40,19 @@ <style> -.right-panel { - width: 20%; - padding: 20px; - background-color: #f8f8f8; - display: flex; - flex-direction: column; -} + .right-panel { + width: 20%; + padding: 20px; + background-color: #f8f8f8; + display: flex; + flex-direction: column; + } + + @media screen and (max-width: 768px) { + .right-panel { + display: none; + } + } .search-bar input { width: 100%; |
