巴哈創作按讚左移

巴哈創作按讚占用整列很煩,左移到框外

/* ==UserStyle==
@name           巴哈創作按讚左移
@namespace      https://greasyfork.org/users/4839
@homepageURL https://greasyfork.org/scripts/490465
@version        1.1
@description    巴哈創作按讚占用整列很煩,左移到框外
@author        Leadra
@license MIT
==/UserStyle== */

@-moz-document url-prefix("https://home.gamer.com.tw/artwork.php") {
.creation-container .card-base .image-status-bar{background-color: rgba(230, 230, 9, 0);}
.baha_btn-biglike .sponsorbtn-img,#showDonater{display:none;}
.baha_btn-biglike{display:block;align-items: flex-start;position: fixed;bottom:00px;left:15%;}
.creation-container .card-base .image-status-bar{display:block;align-items: flex-start;position: fixed;bottom:00px;left:5%;}
	
}
@-moz-document url-prefix("https://home.gamer.com.tw/creationDetail.php") {
	#BH-master{
		width:auto;
		max-width:1000px;
		//float:right;
	}
	#BH-wrapper{
		width:auto;
		max-width:1350px;
	}

	.MSG-list8C img{
		max-width:1000px;
	}
}