mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-30 15:19:32 +08:00
修改 - 优化手机访问字体大小
This commit is contained in:
parent
1963315d9f
commit
79b510f338
@ -205,20 +205,16 @@
|
||||
}
|
||||
|
||||
#TerminalMinecraft {
|
||||
/*border: 1px solid #dddddd;*/
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
resize: none;
|
||||
/*height: 1050px;*/
|
||||
outline: 0px;
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
margin: 0px;
|
||||
word-break: break-all;
|
||||
/*margin-bottom: 5px;*/
|
||||
color: #d8d8d8;
|
||||
/*height: 100%;*/
|
||||
padding: 4px 10px;
|
||||
}
|
||||
|
||||
@ -233,8 +229,6 @@
|
||||
box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
|
||||
border-radius: 4px;
|
||||
padding: 2px 4px;
|
||||
/*height: 12px;*/
|
||||
/*margin: 10px;*/
|
||||
}
|
||||
|
||||
#TerminalCommand {
|
||||
@ -253,7 +247,18 @@
|
||||
#Terminal a {
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
/*color: #F7F7F7;*/
|
||||
}
|
||||
|
||||
/* 控制台的手机设定 */
|
||||
|
||||
@media (max-width:760px) {
|
||||
#Terminal div,
|
||||
#Terminal input,
|
||||
#Terminal a {
|
||||
font-size: 8px;
|
||||
font-weight: 400;
|
||||
line-height: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
#Terminal a {
|
||||
|
Loading…
Reference in New Issue
Block a user