Skip to content

Instantly share code, notes, and snippets.

@miaulightouch
Created September 22, 2017 09:42
Show Gist options
  • Save miaulightouch/4f92a7ea870ebac233bce47f1baa188c to your computer and use it in GitHub Desktop.
Save miaulightouch/4f92a7ea870ebac233bce47f1baa188c to your computer and use it in GitHub Desktop.
rip mobage sidebar and useless submenu
body.jssdk > div:first-child > div:first-child {
display: none;
}
body.jssdk > div:first-child > div:last-child {
margin-left: 0 !important;
}
body.jssdk > div:first-child > div:last-child #submenu {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment