LINUX.ORG.RU

История изменений

Исправление Shein, (текущая версия) :

Можно оставить в левой, добавив в userChrome.css:

/*Меняем расположение кнопок управления окном*/

#titlebar-max {-moz-box-ordinal-group: 0;}
#titlebar-content {direction: rtl;}
#TabsToolbar {direction: rtl;}
#tabbrowser-tabs {direction: ltr;}

#titlebar-buttonbox {display: flex !important;}
#titlebar-buttonbox > #titlebar-min { order: 1; }
#titlebar-buttonbox > #titlebar-max { order: 2; }
#titlebar-buttonbox > #titlebar-close { order: 3; }
#titlebar-max {margin: 5px !important;}
Если порядок другой — измените цифры.

Исправление Shein, :

Можно оставить в левой, добавив в userChrome.css:

/*Меняем расположение кнопок управления окном*/

#titlebar-max {-moz-box-ordinal-group: 0;}
#titlebar-content {direction: rtl;}
#TabsToolbar {direction: rtl;}
#tabbrowser-tabs {direction: ltr;}

#titlebar-buttonbox {display: flex !important;}
#titlebar-buttonbox > #titlebar-min { order: 1; }
#titlebar-buttonbox > #titlebar-max { order: 2; }
#titlebar-buttonbox > #titlebar-close { order: 3; }
Если порядок другой — измените цифры.

Исправление Shein, :

Можно оставить в левой, добавив в userChrome.css:

/*Меняем расположение кнопок управления окном*/
#titlebar-buttonbox {display: flex !important;}
#titlebar-buttonbox > #titlebar-min { order: 1; }
#titlebar-buttonbox > #titlebar-max { order: 2; }
#titlebar-buttonbox > #titlebar-close { order: 3; }
Если порядок другой — измените цифры.

Исходная версия Shein, :

Можно оставить в левой, добавив в userChrome.css:

/*Меняем расположение кнопок управления окном*/
#titlebar-buttonbox {
    display: flex !important;
}

#titlebar-buttonbox > #titlebar-min { order: 1; }
#titlebar-buttonbox > #titlebar-max { order: 2; }
#titlebar-buttonbox > #titlebar-close { order: 3; }
Если порядок другой — измените цифры.