Changes the top navbar position from "fixed" to "absolute", reducing the wasted screen space.
Regex Crossword - Unfix top bar by denilsonsa
Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/126543.user.css
Details
Authordenilsonsa
LicensePublic Domain
Categoryregexcrossword
Created
Updated
Size455 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 Regex Crossword - Unfix top bar
@namespace USO Archive
@author denilsonsa
@description `Changes the top navbar position from "fixed" to "absolute", reducing the wasted screen space.`
@version 20160409.1.5
@license Public Domain
@preprocessor uso
==/UserStyle== */
@-moz-document domain("regexcrossword.com") {
.navbar-fixed-top, .navbar-fixed-bottom {
position: absolute;
}
}