vuepress / ecosystem

Official plugins and themes for VuePress2
https://ecosystem.vuejs.press
MIT License
28 stars 36 forks source link

[Bug report] Title is too long #3

Open Nofated095 opened 2 years ago

Nofated095 commented 2 years ago

Description

When set a very long title for the project, the title can't hide correctly, and the button for the dark/light and search can be blocked

it sometimes happens on the mobile devices

5C08DB81-6B9E-4F3D-A6C7-A80C6C062416

Reproduction

https://ls-bot.9595095.xyz/

Used Package Manager

yarn

System Info

build correctly
Mister-Hope commented 2 years ago

@meteorlxy Here, alogillia search is breaking the style. (not 9.4rem)

image

Also there do have some issues even when disabling search. To make "width" working, the span should be inline-block.

image

I am willing to fix it, but I am not sure we should override this in docsearch plugin, or the default theme should fix this when it detects docsearch component?

meteorlxy commented 2 years ago

Should be default theme scope