Remove the sidebar from articles, disable margins
Radio-Canada No Sidebar by WhyDidIHaveToDoThis
Details
AuthorWhyDidIHaveToDoThis
LicenseNo License
Categoryici.radio-canada.ca
Created
Updated
Size612 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Radio-Canada No Sidebar
@version 20230714.20.32
@namespace ?
==/UserStyle== */
@-moz-document domain("ici.radio-canada.ca") {
div.mb-10.lg\:col-start-2.lg\:row-start-1 {
display: none !important;
}
div.mt-10.grid.grid-cols-1.gap-x-13.xsToSm\:mt-8.lg\:grid-cols-main-aside-desktop.xl\:gap-x-25 {
display: block !important;
grid-template-columns: initial !important;
}
.jBAWso > *,
.jBAWso .StyledBodyHtmlBlockForceMaxWidth-sc-99c8e303-1,
.jBAWso .framed > * {
margin-left: 0 !important;
margin-right: 0 !important;
max-width: none !important;
}
}