From 0599c0d2c9e099146ec2690be991b88a192c64dc Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Sat, 28 Oct 2023 13:01:31 +0800
Subject: [PATCH] Fix typo

---
 src/app.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app.css b/src/app.css
index 73507eda..2b819a34 100644
--- a/src/app.css
+++ b/src/app.css
@@ -928,7 +928,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
 .deck-backdrop .deck .status {
   max-width: var(--main-width);
 }
-.deck-backdrop .deck :is(.button-switch-view, menu-switch-view) {
+.deck-backdrop .deck :is(.button-switch-view, .menu-switch-view) {
   display: none;
 }
 @media (min-width: 40em) {