Skip to content

Commit

Permalink
Фикс навигации на телефонах
Browse files Browse the repository at this point in the history
  • Loading branch information
szarkans committed Nov 23, 2024
1 parent 4c9091c commit b6a1e6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,6 @@ export default defineConfig({
text: "Как провести ивент?",
link: '/guides/gameplay/create_event.md'
},
{
text: "Как создать магазин?",
link: '/guides/gameplay/create_shop.md'
},
{
text: "Как сделать разноцветный ник?",
link: '/guides/gameplay/rgb_nick.md'
Expand Down
12 changes: 10 additions & 2 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,25 @@
}
}

/* */
/* Бургер на телефоне */
/* */
.VPNavScreen {
position: relative !important; /* was `fixed` */
}


/* */
/* Картинка котика в Индексе */
/* */
@media (min-width: 960px) {
[data-v-89d2fc22] .image-src {
img.VPImage:nth-child(2) {
max-width: 100%;
max-height: 100%;
}
}

[data-v-89d2fc22] .image-src {
img.VPImage:nth-child(2) {
max-width: 100%;
max-height: 100%;
}
Expand Down

0 comments on commit b6a1e6f

Please sign in to comment.