Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

FF V55 FULL SCREEN URLBAR SUBMENU..

  • 1 답장
  • 1 이 문제를 만남
  • 3 보기
  • 최종 답변자: delicacy

more options

Hi

I have this code that works well as long as i don't add or remove addon's icons.. but i can't always tweak it till it fits the size because i removed or added a new addon's icon..

  1. PopupAutoCompleteRichResult { margin-left: 0 !important; max-width: 1503px !important; }

I need the navigation bar submenu to follow the urlbar at the same exact length.

My css is just adapted to the number of icons in the navigation bar.. & isn't a definitive solution.

i'd need either a userscript or addon if it exists. i doubt a userstyle would help.. but why not if the urlbar submenu follows the length of the urlbar perfectly, adding or removing icons too.

Hi I have this code that works well as long as i don't add or remove addon's icons.. but i can't always tweak it till it fits the size because i removed or added a new addon's icon.. #PopupAutoCompleteRichResult { margin-left: 0 !important; max-width: 1503px !important; } I need the navigation bar submenu to follow the urlbar at the same exact length. My css is just adapted to the number of icons in the navigation bar.. & isn't a definitive solution. i'd need either a userscript or addon if it exists. i doubt a userstyle would help.. but why not if the urlbar submenu follows the length of the urlbar perfectly, adding or removing icons too.

모든 댓글 (1)

more options

[code]#PopupAutoCompleteRichResult { margin-left: 0 !important; max-width: 1503px !important; }/code