GM_script icon indicating copy to clipboard operation
GM_script copied to clipboard

google单列居中样式增加

Open CHminggao opened this issue 3 years ago • 2 comments

#main #cnt{
	width:100% !important;
}

#main .MUFPAc{
	margin-left:auto !important;
}

#main #appbar,#slim_appbar{
	margin: 0 auto !important;
}

#main #appbar .LHJvCe{
	width: 100% !important;
	justify-content: center !important;
}

#main #tn_1 .LkcePc{
	width: auto !important;
}

#main #hdtbMenus{
	display: grid !important;
    justify-content: center !important;
}

效果: 动画

CHminggao avatar Apr 27 '22 09:04 CHminggao

增加一个,用于单列居中时右侧卡片

#main #rhs{
    position: absolute !important;
    right: 10px !important;
}

image

CHminggao avatar Apr 27 '22 09:04 CHminggao

感谢!正在苦恼这个问题!

Nikkiiw avatar Apr 28 '22 12:04 Nikkiiw