cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
h_mortazavifar
Strollin' around
Status: New idea

Bring find bar to top with small width that doesn't take screen real estate. Like what Chrome and Edge does for years.

h_mortazavifar_0-1650772910823.png

 

19 Comments
joekat1
New member

Why is it so difficult to use FF any more.  Just lost my ownerChrome.css commands.  Ie they no longer work with vrsion 115.0.  moving the find bar to the top plus other stuff  FF has just gotten gotten to be as overly complicated as edge and chrome.

I've tried the recommentdations found with a google seach but they don't seem to work.

Can't contact FF support other than discussion and community input.  

 

Any suggesions?!

edir
Strollin' around

@joekat1Firefox redesigned the browser's architecture to use CSS Grid, now it's super easy to put findbar on top.

findbar {
  grid-area: notificationbox !important;
}

 

edir
Strollin' around

@joekat1Firefox redesigned the browser's structure to use CSS Grid. Now it's super easy to put findbar on top.

findbar {
  grid-area: notificationbox !important;
}

 

joekat1
New member

EDIR!!!  THANKS!!! IT FIXED my problem!