Skip to content

Instantly share code, notes, and snippets.

@notpushkin
Created October 16, 2022 13:05
Embed
What would you like to do?
@-moz-document url("https://www.ozon.ru/") {
.container,
[data-widget="paginator"] {
display: none;
}
#stickyHeader {
flex-direction: column;
gap: 3em;
margin-block: 3em;
}
#stickyHeader > * {
margin-inline: 0;
}
.search-bar-wrapper {
width: 40em;
}
/* [data-widget="horizontalMenu"] */
#stickyHeader + * {
position: absolute;
bottom: 1em;
left: 2em;
right: 2em;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment