Resize Address/Search Bars ? (Solved)

Discussion of features in Seamonkey
Post Reply
User avatar
mightyglydd
Posts: 9813
Joined: November 4th, 2006, 7:07 pm
Location: Hollywood Ca.

Resize Address/Search Bars ? (Solved)

Post by mightyglydd »

With Fx, in the gap between, one can click and drag the Bars L/R.
Is it possible to do this with SM ? I prefer them equal size
@The Star Trek theme looks fab...
Last edited by mightyglydd on February 2nd, 2014, 6:55 pm, edited 1 time in total.
#KeepFightingMichael and Alex.
User avatar
patrickjdempsey
Posts: 23686
Joined: October 23rd, 2008, 11:43 am
Location: Asheville NC
Contact:

Re: Resize Address/Search Bars ?

Post by patrickjdempsey »

You can force one of them to be a set width with userChrome.css, but natively there is no resizer. This is one of the many features that Sea Fox adds.

Code: Select all

#searchbar {
   min-width:400px!important;
}
Tip of the day: If it has "toolbar" in the name, it's crap.
What my avatar is about: https://addons.mozilla.org/en-US/seamonkey/addon/sea-fox/
User avatar
mightyglydd
Posts: 9813
Joined: November 4th, 2006, 7:07 pm
Location: Hollywood Ca.

Re: Resize Address/Search Bars ? (Solved)

Post by mightyglydd »

Nice! thanks patrick :)
#KeepFightingMichael and Alex.
User avatar
patrickjdempsey
Posts: 23686
Joined: October 23rd, 2008, 11:43 am
Location: Asheville NC
Contact:

Re: Resize Address/Search Bars ? (Solved)

Post by patrickjdempsey »

No problem!
Tip of the day: If it has "toolbar" in the name, it's crap.
What my avatar is about: https://addons.mozilla.org/en-US/seamonkey/addon/sea-fox/
User avatar
smsmith
Moderator
Posts: 19979
Joined: December 7th, 2004, 8:51 pm
Location: Indiana

Re: Resize Address/Search Bars ?

Post by smsmith »

patrickjdempsey wrote:You can force one of them to be a set width with userChrome.css, but natively there is no resizer. This is one of the many features that Sea Fox adds.

Code: Select all

#searchbar {
   min-width:400px!important;
}

I was wondering where that resizer came from. :D I thought it was part of the Firefox 3 theme. :P
Give a man a fish, and he eats for a day. Teach a man to fish, and he eats for a lifetime.
I like poetry, long walks on the beach and poking dead things with a stick.
Please do not PM me for personal support. Keep posts here in the Forums instead and we all learn.
Post Reply