模板:Main page/builder/styles.css:修订间差异

来自NebulaeWiki
(已保护“模板:Main page/builder/styles.css”:​高流量页面([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期)))
无编辑摘要
 
第19行: 第19行:
display: flex;
display: flex;
align-items: center;
align-items: center;
}
.creator-img img {
width: 36px;
height: 36px;
border-radius: 50%;
overflow: hidden;
}
}
.creator-title-text {
.creator-title-text {

2023年10月10日 (二) 16:33的最新版本

#home-builder {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.creator-grid {
	display: grid;
	grid: auto-flow / repeat(2, 50%);
	margin-top: 8px;
	padding-top: 4px;
	border-top: 1px solid #ddd !important;
}
.creator-container {
	margin: 10px;
	display: flex;
	flex-direction: column;
}
.creator-title {
	display: flex;
	align-items: center;
}
.creator-img img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
}
.creator-title-text {
	margin: 0px 0px 0px 12px;
	font-weight: 500;
	font-size: 16px !important;
}
.creator-description {
	margin: 6px 0px 12px 0px !important;
	text-indent: 30px;
	text-align: justify;
}