need this to work https://userstyles.world/style/19108/early-2016-roblox-play-button-style
当前为
/* ==UserStyle==
@name Bug fixes for Early 2016 ROBLOX Play Button Style
@namespace ROBLOX
@version 1.1
@description need this to work https://userstyles.world/style/19108/early-2016-roblox-play-button-style
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.roblox.com/games") {
.game-main-content.follow-button-enabled .favorite-follow-vote-share .game-favorite-button-container .icon-favorite {
float: revert;
}
[data-internal-page-name="GameDetail"] #toggle-game-favorite {
position: revert;
}
.users-vote::after {
top: -11px;
}
.page-content .rbx-tabs-horizontal .rbx-tab {
width: revert;
}
#tab-game-instances > .rbx-tab-heading {
position: relative !important;
left: 0px;
width: 240px!important;
}
#tab-game-instances.rbx-tab.tab-game-instances {
margin-left: 240px;
}
#tab-about > .rbx-tab-heading {
position: relative !important;
left: 0px;
width: 240px!important;
}
#tab-store > .rbx-tab-heading {
position: relative !important;
left: 0px;
width: 240px!important;
}
#tab-store > .rbx-tab-heading > .text-lead {
position: relative !important;
left: 0px;
}
#tab-store > .rbx-tab-heading > .text-lead::after {
left: 210px;
}
}
.game-favorite-button-container {
top: -12px;
}
.voting-panel .users-vote .vote-details {
display: block;
width: 145px;
top: 5px;
left: -22px;
position: relative;
}
[data-internal-page-name="GameDetail"] .count-right > .vote-text {
position: relative !important;
left: -30px;
top: -20px;
}
[data-internal-page-name="GameDetail"] .count-left > .vote-text {
position: relative !important;
left: 27px;
top: -20px;
}
.game-main-content.follow-button-enabled .favorite-follow-vote-share .game-favorite-button-container .icon-label::after {
content: '825K+';
left: -2px;
}