Убирает распорки, увеличивает в размерах центральную колонку до размеров экрана
YaMusic maximum width by ssaperr
Details
Authorssaperr
LicenseNo License
Categorymusic.yandex.ru
Created
Updated
Size911 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 YaMusic maximum width
@version 20231129.18.18
@namespace userstyles.world/user/ssaperr
@description Убирает распорки, увеличивает в размерах центральную колонку до размеров экрана
@author ssaperr
@license No License
==/UserStyle== */
@-moz-document domain("music.yandex.ru") {
.page-root {
max-width: 100vw;
margin: 0;
}
.centerblock-wrapper {
width: calc(100% - 490px);
}
.centerblock {
width: 100%;
box-sizing: border-box;
}
.bar {
max-width: 100%;
}
.page-main__clips {
height: inherit;
aspect-ratio: 16/9;
}
.page-main__promotions {
margin-left: -15px;
max-width: inherit;
width: calc(100% + 15px);
}
.loading_page {
max-width: 100vw;
}
.loading_sidebar {
max-width: 490px;
min-width: 0;
}
.popup_page {
max-width: 100vw;
}
}