Skip to content

[fix] Yandex maps normal review window by tutah1

Screenshot of [fix] Yandex maps normal review window

Details

Authortutah1

LicenseNo License

Categoryyandex.ru/maps

Created

Updated

Size537 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Превращает крошечное гавно с огромным неиспользуемым пространством в нормальное окно:

Яндекс Карты
Yandex maps
Яндекс.Карты

Notes

После установки стиля

Source code

/* ==UserStyle==
@name           yandex.ru - 18.03.2023, 16:11:03
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://yandex.ru/maps") {
	.business-review-form__content>div:nth-child(3)>span>textarea {
		height: calc(80vh - 500px);
		min-height: 100px;
		resize: vertical;
	}
	
	.business-review-form {
		width: 80vw;
	}
	
	.business-review-form__content>div:nth-child(1) {
		display: none;
	}
}

Reviews

No reviews yet.