Skip to content

Center + Remove Sidebar AD by btrl

Details

Authorbtrl

LicenseNo License

Categoryhttps://adventofcode.com

Created

Updated

Size605 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

^^^^^^^^^
fork of lucianoq's Focus AoC. Fixes annoying issue with center margins on smaller screens.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Focus AoC
@namespace      USO Archive
@author         lucianoq
@description    `A very small improvement in Advent of Code website, mainly for readability on hi-res monitor.`
@version        20181203.17.8
@license        CC-BY-4.0
@preprocessor   uso
==/UserStyle== */
@-moz-document url-prefix("https://adventofcode.com/") {
    #sidebar {
        display: none;
    }

    .calendar a {
        color: #CCC;
    }

    .calendar span {
        color: #555;
    }
    
    body {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

Reviews

No reviews yet.