diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-11-16 01:37:19 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-11-16 01:37:19 +0900 |
| commit | 39876232ecaaecb5ee5785768ff69e6af33f6470 (patch) | |
| tree | 51315144762ae5ded95541bacc2d92aed500313a /services/nuldoc/public/default | |
| parent | e1941fe3aa5d33402170303c54e9907cd3c7e761 (diff) | |
| download | nsfisis.dev-39876232ecaaecb5ee5785768ff69e6af33f6470.tar.gz nsfisis.dev-39876232ecaaecb5ee5785768ff69e6af33f6470.tar.zst nsfisis.dev-39876232ecaaecb5ee5785768ff69e6af33f6470.zip | |
feat(nuldoc/style): do not hide menu in small display
Diffstat (limited to 'services/nuldoc/public/default')
| -rw-r--r-- | services/nuldoc/public/default/404.html | 2 | ||||
| -rw-r--r-- | services/nuldoc/public/default/index.html | 2 | ||||
| -rw-r--r-- | services/nuldoc/public/default/style.css | 4 |
3 files changed, 2 insertions, 6 deletions
diff --git a/services/nuldoc/public/default/404.html b/services/nuldoc/public/default/404.html index 4e48ba7..3f6fd1c 100644 --- a/services/nuldoc/public/default/404.html +++ b/services/nuldoc/public/default/404.html @@ -14,7 +14,7 @@ <meta name="Hatena::Bookmark" content="nocomment"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>Page Not Found|nsfisis.dev</title> - <link rel="stylesheet" href="/style.css?h=a78cdf3c9f16b8138f6c392e03e07eb5"> + <link rel="stylesheet" href="/style.css?h=a30308eaf2992194b70031439b7401aa"> </head> <body class="single"> <header class="header"> diff --git a/services/nuldoc/public/default/index.html b/services/nuldoc/public/default/index.html index 7c53c91..6499275 100644 --- a/services/nuldoc/public/default/index.html +++ b/services/nuldoc/public/default/index.html @@ -15,7 +15,7 @@ <link rel="alternate" type="application/atom+xml" href="https://nsfisis.dev/atom.xml"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>nsfisis.dev</title> - <link rel="stylesheet" href="/style.css?h=a78cdf3c9f16b8138f6c392e03e07eb5"> + <link rel="stylesheet" href="/style.css?h=a30308eaf2992194b70031439b7401aa"> </head> <body class="single"> <header class="header"> diff --git a/services/nuldoc/public/default/style.css b/services/nuldoc/public/default/style.css index 8101fb6..8a42363 100644 --- a/services/nuldoc/public/default/style.css +++ b/services/nuldoc/public/default/style.css @@ -317,10 +317,6 @@ img { header.header { padding: 1rem 0; } - - .nav ul { - display: none; - } } .my-icon { |
