Skip to content

wide_yandex_serp by saner99

Screenshot of wide_yandex_serp

Details

Authorsaner99

LicenseNo License

Categoryya.ru, yandex.ru

Created

Updated

Size840 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

changes the yandex search results page: *margin from the left edge of the screen *the column is 2 times wider *removed excess (everything from the right)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           wide_yandex_serp
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    changes the yandex search results page: *margin from the left edge of the screen *the column is 2 times wider *removed excess (everything from the right)
@author         Me
==/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: 280px;
	}

	.HeaderDesktop-Main {
		margin-left: 200px;
	}
	.HeaderDesktopForm {
		flex-basis: 780px;
	}
	.HeaderDesktopNavigation-Cutted {
		display: flex;
		overflow: hidden;
		margin-left: 200px;
	}

	.content__left {
		display: inline block;
		width: 900px;
	}

	.content__right {
		display: none;
	}

	.SerpFooter {
		margin-left: 200px;
	}
}

Reviews

No reviews yet.