The header of HideRef.org website has a percentage height, leading to a weird-looking and broken layout. This style fixes it.
HideRef - fix broken header by denilsonsa
Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/118396.user.css
Details
Authordenilsonsa
LicensePublic Domain
Categoryhideref
Created
Updated
Size510 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 HideRef - fix broken header
@namespace USO Archive
@author denilsonsa
@description `The header of HideRef.org website has a percentage height, leading to a weird-looking and broken layout. This style fixes it.`
@version 20150903.14.15
@license Public Domain
@preprocessor uso
==/UserStyle== */
@-moz-document domain("hideref.org") {
html .headerContainer {
height: auto; /* Default is 15%, which leads to a broken layout. */
}
}