Skip to content

reintech.io/blog Remove sidebar by diaakasem

Details

Authordiaakasem

LicenseNo License

Categoryreintech.io/blog

Created

Updated

Code size418 B

Code checksum88caaead

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Created August 2024
Removes the sidebar of reintech.io.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       reintech.io/blog Remove sidebar
@version    20240801.12.41
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://reintech.io/blog/setting-up-nfs-server-ubuntu-20-04") {
body > main > div.show-media-page > div > div.col-lg-4 {
    display: none;
}
body > main > div.show-media-page > div > div.main-post.col-lg-8 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}
}

Reviews

No reviews yet.