Mozilla 도움말 검색

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

자세히 살펴보기

Tab bar shrinks after grabbing single tab since firefox 132/133 (custom userchrome.css)

  • 5 답장
  • 0 이 문제를 만남
  • 최종 답변자: Piterk

more options

Hello Since few weeks (maybe on firefox 132 already, but surely on firefox 133) I observe issue with my firefox UI. While grabbing and holding tab (to change its position, move it on bar), whole tab bar gets thinner which realigns my whole UI. Issue is probably caused by my custom userchrome.css but I need it in current or similar form. Maybe there is some css specialist who can help me remove unnecessary parts of code?

My css is as follows:

.tab-background{ border-radius: 0px 0px !important; margin-bottom: 0px !important; } .tabbrowser-tab:not([selected=true]):not([multiselected=true]) .tab-background{ background-color: color-mix(in srgb, currentColor 4%, transparent); } menupopup > menu, menupopup > menuitem{ padding-block: 3px !important; min-height: 0px !important; }

root{

--arrowpanel-menuitem-padding: 2px !important; }

Hello Since few weeks (maybe on firefox 132 already, but surely on firefox 133) I observe issue with my firefox UI. While grabbing and holding tab (to change its position, move it on bar), whole tab bar gets thinner which realigns my whole UI. Issue is probably caused by my custom userchrome.css but I need it in current or similar form. Maybe there is some css specialist who can help me remove unnecessary parts of code? My css is as follows: .tab-background{ border-radius: 0px 0px !important; margin-bottom: 0px !important; } .tabbrowser-tab:not([selected=true]):not([multiselected=true]) .tab-background{ background-color: color-mix(in srgb, currentColor 4%, transparent); } menupopup > menu, menupopup > menuitem{ padding-block: 3px !important; min-height: 0px !important; } :root{ --arrowpanel-menuitem-padding: 2px !important; }
첨부된 스크린샷

선택된 해결법

Hi

Modification using userChrome.css is not officially supported, but you may get some help at:

https://www.reddit.com/r/FirefoxCSS/

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (5)

more options

If that isn't part of Firefox browser created css edits then you should post that to a userChrome.css site for others there to see what's wrong or if that is a site created userChrome.css edit then you should contact that site for support using their userChrome.css edits.

도움이 되셨습니까?

more options

Sorry but what do you mean by "userChrome.css site" - is there some support site for styling firefox? I got this code from mozilla support forums in the first place, so I was hoping I could find help here ;)

도움이 되셨습니까?

more options

선택된 해결법

Hi

Modification using userChrome.css is not officially supported, but you may get some help at:

https://www.reddit.com/r/FirefoxCSS/

도움이 되셨습니까?

more options

Issue was caused by this part: margin-bottom: 4px !important; Which was responsible for widening tab until it met button/address bar. You have to set it to 4px or remove it and have huge margins below tab.

도움이 되셨습니까?

more options

I was able to bypass issue by changing .tab-background{ to .tab-background[selected]{

도움이 되셨습니까?

질문하기

글에 답글을 달기 위해서는 계정으로 로그인해야만 합니다. 계정이 아직 없다면 새로운 질문을 올려주세요.