Skip to content

Instantly share code, notes, and snippets.

@notpushkin
Last active May 1, 2024 03:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notpushkin/5a1626745100fa85bd110f047eff8444 to your computer and use it in GitHub Desktop.
Save notpushkin/5a1626745100fa85bd110f047eff8444 to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name Clean style for Ozon homepage
@namespace ozon-sanity@ale.sh
@version 1.0.0
@author Alexander Pushkov (hey@ale.sh)
==/UserStyle== */
@-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