Skip to content

Instantly share code, notes, and snippets.

@gnomeria
Last active August 19, 2020 21:16
Show Gist options
  • Save gnomeria/cf9e20058e99f3433644d1707417f04f to your computer and use it in GitHub Desktop.
Save gnomeria/cf9e20058e99f3433644d1707417f04f to your computer and use it in GitHub Desktop.
AWS Console Userstyle (stylus addon)
#side_bar {
display: none
}
#content > div > div > div.col-xxs-10.col-s-4.offset-xxs-1.offset-s-0.col-l-3.col-xl-2 {
display: none
}
#buildASolutionCard {
display: none
}
#learnToBuildCard{
display: none
}
#content > div > div > div.col-xxs-10.offset-xxs-1.col-s-6.col-l-7.offset-l-1.col-xl-8{
width: 100px
}
#aws-services{
width: 100%
}
.awsui .awsui-grid .col-s-6 {
flex: 0 50 100%;
max-width: 100%;
}
.awsui .awsui-grid .offset-xxs-1 {
margin-left: 0%
}
.home-banner {
display: none
}
.awsui-util-container-header{
display: none
}
body #awsgnav #nav-menubar, body #awsgnav #nav-menubar .nav-menu, #nav-menu-right {
background-color: black
}
#nav-shortcutBar{
background-color: black
}
.awsui .awsui-util-pt-xxl, .awsui .awsui-util-pv-xxl {
padding-top: 0
}
.home-content #aws-services #recent-services .service-group-container {
padding-bottom: 8rem
}
.home-content #aws-services #awsgnav {
border-top: 2px dashed #74b9ff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment