you will need this for it to work https://userstyles.world/style/22053/default-slug
/* ==UserStyle==
@name Bug fixes for 2017M Roblox Avatar Editor by Vue2016
@namespace uh
@version 1.1
@description you will need this for it to work https://userstyles.world/style/22053/default-slug
@author by Goolbob2
==/UserStyle== */
@-moz-document domain("www.roblox.com") {
.avatar-type-message-banner {
display: none!important;
}
}
.avatar-type-container .text-label.font-subheader-1 {
display: none!important;
}
#avatar-react-container .rbx-tab.six-tab {
width: 20.66%;
}
#avatar-react-container .scaling-tab .scaling-info {
top: 340px!important;
}
#avatar-react-container .rbx-tab.six-tab:nth-child(3) .text-lead::before {
content: 'Clothing'!important;
font-size: 18px;
font-weight: 400;
display: inline-block;
}
#avatar-react-container .rbx-tab.six-tab:nth-child(2) .text-lead {
font-size: 0;
height: 16px;
}
#avatar-react-container .rbx-tab.six-tab:nth-child(2) .text-lead::before {
content: 'Outfits';
font-size: 18px;
font-weight: 400;
display: inline-block;
}
#avatar-react-container .rbx-tab.six-tab:nth-child(2) {
display: flex!important;
}
#avatar-react-container .rbx-tab.six-tab:nth-child(5) .text-lead {
font-size: 0;
height: 16px;
}
#avatar-react-container .rbx-tab.six-tab:nth-child(5) .text-lead::before {
content: 'Body';
font-size: 18px;
font-weight: 400;
display: inline-block;
}
#avatar-react-container .rbx-tab.six-tab:nth-child(6) .text-lead::before {
content: 'Animations'!important;
font-size: 18px;
font-weight: 400;
display: inline-block;
}
#avatar-react-container .rbx-tab:nth-child(2) .text-lead .icon-down {
display: none!important;
}
#avatar-react-container .rbx-tab.six-tab:nth-child(3) .text-lead .icon-down {
margin-top: -8px;
}
#avatar-react-container .rbx-tab.six-tab:nth-child(5) .text-lead .icon-down {
margin-top: -8px;
}
.redraw-avatar .text-link {
background: #fff!important;
}
#avatar-react-container .rbx-tab.six-tab:nth-child(2) {
order: 6!important;
}
#avatar-react-container .btn-secondary-xs.btn-float-right {
font-size: 0px!important;
height: 24px;
}
#avatar-react-container .btn-secondary-xs.btn-float-right:before {
content: "Create New Outfit";
font-size: 14px!important;
position: relative;
top: 3px;
}
#avatar-react-container .avatar-type-container {
position: relative;
top: -50px;
}