2026-03-28 21:15:15 +03:00
|
|
|
|
.VPNavBarTitle.has-sidebar .title {
|
|
|
|
|
|
border-top: none !important;
|
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2026-01-29 16:00:19 +03:00
|
|
|
|
.VPNavBarTitle .title {
|
|
|
|
|
|
white-space: normal;
|
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
|
padding: 6px 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.VPNavBarTitle .title span {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
min-width: 0;
|
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
|
overflow-wrap: anywhere;
|
|
|
|
|
|
}
|
2026-04-25 21:14:17 +03:00
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
* Скрыть root-локаль (лендинг с layout: false) из переключателя языка.
|
|
|
|
|
|
* VitePress не даёт исключить root через config — она всегда попадает
|
|
|
|
|
|
* в lang-switcher. Идентифицируем по href="/" — другие локали используют
|
|
|
|
|
|
* href="/ru/" и href="/en/".
|
|
|
|
|
|
*/
|
|
|
|
|
|
.VPNavBarTranslations a[href="/"],
|
|
|
|
|
|
.VPNavScreenTranslations a[href="/"] {
|
|
|
|
|
|
display: none;
|
|
|
|
|
|
}
|