Skip to content

web.mit.edu/6.033 by adhami3310

Details

Authoradhami3310

LicenseNo License

Categoryuserstyles

Created

Updated

Code size488 B

Code checksumd0c83ec8

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixes the navigation bar.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         web.mit.edu/6.033
@version      20220318.08.30
@namespace    userstyles.world/user/adhami3310
@description  Fixes the navigation bar.
@author       adhami3310
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://web.mit.edu/6.033/www") {
.navbar {
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3em;
}

.navbar::after {
    content: "";
    flex: 1;
}

.menuItem {
    flex: 1;
}
}

Reviews

No reviews yet.