未验证 提交 5f646aa1 编写于 作者: G GitSquared

fix tabulation

上级 c026f9dd
div#mod_sysinfo {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
height: 60px;
border-bottom: 1px solid rgba(190, 230, 193, 0.3);
font-size: 12px;
font-family: var(--font_main_light);
letter-spacing: 1px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
height: 60px;
border-bottom: 1px solid rgba(190, 230, 193, 0.3);
font-size: 12px;
font-family: var(--font_main_light);
letter-spacing: 1px;
}
div#mod_sysinfo::before {
......@@ -29,20 +29,20 @@ div#mod_sysinfo::after {
}
div#mod_sysinfo div {
height: 100%;
box-sizing: border-box;
padding: 10px 5px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-around;
height: 100%;
box-sizing: border-box;
padding: 10px 5px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-around;
}
div#mod_sysinfo h1 {
margin: 0px;
opacity: 0.5;
margin: 0px;
opacity: 0.5;
}
div#mod_sysinfo h2 {
margin: 0px;
margin: 0px;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册