Skip to content

Instantly share code, notes, and snippets.

@macx
Created July 26, 2019 14:15
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 macx/cb8c3d76ee96ca8687702a5d34801bd6 to your computer and use it in GitHub Desktop.
Save macx/cb8c3d76ee96ca8687702a5d34801bd6 to your computer and use it in GitHub Desktop.
:root {
--copper-drawer-width: 360px;
}
.gb_Kc {
position: fixed;
top: 62px;
right: 14px;
}
.pw-expanded .gb_Kc {
right: calc(var(--copper-drawer-width) + 14px);
}
html.simpl.hideSearch .pw-expanded .aeH {
width: calc(100vw - 172px - var(--copper-drawer-width));
}
@media only screen and (min-width: 1291.98px) {
.pw-expanded .G-atb {
padding-left: calc(((100vw - var(--content-width)) / 2) - var(--left-offset) - var(--copper-drawer-width)) !important;
}
}
html.simpl .pw-expanded .z0 {
left: calc(100vw - 92px - var(--copper-drawer-width));
}
html.simpl .pw-expanded .bAw {
right: calc(47px + var(--copper-drawer-width)) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment