Skip to content

AWS re:Post Cleanup by rnhurt

Details

Authorrnhurt

LicenseNo License

CategoryAWS re:Post

Created

Updated

Size617 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tweaks AWS re:Post Questions page to be more readable.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         AWS re:Post Cleanup
@version      20221216.14.00
@namespace    userstyles.world/user/rnhurt
@description  Tweaks AWS re:Post Questions page to be more readable.
@author       rnhurt
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://repost.aws/questions") {
.ant-layout-content > div {
    padding-left: 1.0rem;
    padding-right: 1.0rem;
}

.ant-col,Header_row > div {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
}

@-moz-document url-prefix("https://repost.aws/") {
.ant-layout-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

}

Reviews

No reviews yet.