Skip to content

Twitter/X navbar on top by hdyzen

Details

Authorhdyzen

LicenseNo License

Categorytwitter

Created

Updated

Size485 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

move navbar to top

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Twitter/X navbar on top
@namespace      userstyles.world/user/hdyzen
@version        1.0.0
@description    move navbar to top
@author         zen
==/UserStyle== */

@-moz-document domain("x.com") {
	div:has(> div > [data-testid="BottomBar"]) {
		position: fixed !important;
  		top: 106px !important;
  		bottom: unset !important;
  		z-index: 9999999 !important;
	}
	div:has(> section > [aria-label^="Timeline:"]) {
		margin-top: 54px !important;
	}
}

Reviews

No reviews yet.