29 버전에서 새로운 UI를 도입했는데 탭과 주소표시줄이 좀 뚱뚱해졌다.

구글에서 찾은 자료를 바탕으로 userChrome.css를 최대한 자연스럽게 손대보았음.

toolbarbutton {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.tabbrowser-tabs { 

    margin-top: -2px !important;
    margin-bottom: -2px !important;



/* Remove extra padding from the Navigation Bar */

.toolbarbutton-1 {
    padding: 0px 0px 0px 2px !important;
}

.toolbarbutton-menubutton-button {
    padding: 0px 2px 0px 2px !important;
}

#TabsToolbar {
                     
    margin: -2px !important;          
}             



Posted by 猫한 보스코
,