Bug fixes for 2017M Roblox Avatar Editor by Vue2016

you will need this for it to work https://userstyles.world/style/22053/default-slug

目前為 2025-08-24 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

/* ==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;
}