Hides de navbar and now the timetable fits in the screen
planex.insa-toulouse.fr by joelimgu
Details
Authorjoelimgu
LicenseNo License
Categoryuserstyles
Created
Updated
Size433 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 planex.insa-toulouse.fr
@version 20220511.13.08
@namespace userstyles.world/user/joelimgu
@description Hides de navbar and now the timetable fits in the screen
@author joelimgu
@license No License
==/UserStyle== */
@-moz-document domain("planex.insa-toulouse.fr") {
.navbar.navbar-expand-md.fixed-top.navbar-light {
display: none;
}
body .container {
padding-top: 0px;
}
}