Centering the page in the center of Yandex search results
Convenient when widescreen monitor 34 inches
Yandex Center and Ya.ru by Klim
Details
AuthorKlim
LicenseNo License
Categoryuserstyle
Created
Updated
Size755 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name yandex.ru - апр. 2024 г.
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Klim
==/UserStyle== */
@-moz-document domain(["yandex.ru/search/?text=", "ya.ru/search/?text=", "yandex.ru/video/search?text=", "ya.ru/video/search?text="]) {
.main__center {
margin-left: 880px;
}
.HeaderDesktop-Main {
margin-left: 800px;
}
.HeaderDesktopForm {
flex-basis: 780px;
}
.HeaderDesktopNavigation-Cutted {
display: flex;
overflow: hidden;
margin-left: 700px;
}
.content__left {
display: inline block;
width: 900px;
}
.content__right {
display: none;
}
.SerpFooter {
margin-left: 800px;
}
}