mirror of
https://github.com/Wx-2025/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 11:35:50 +00:00
Update WorldEditor.css
This commit is contained in:
@@ -525,7 +525,27 @@
|
||||
}
|
||||
|
||||
#world-editor-container .world-editor-entries-header {
|
||||
display: none; /* 在移动端隐藏表头 */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 10px;
|
||||
background-color: #333;
|
||||
border-bottom: 1px solid #444;
|
||||
}
|
||||
|
||||
#world-editor-container .world-editor-entries-header > div {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#world-editor-container .world-editor-entries-header > div:first-child {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#world-editor-container .world-editor-entries-header > div:first-child::after {
|
||||
content: "全选";
|
||||
margin-left: 10px;
|
||||
color: #ccc;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#world-editor-container .world-editor-entry-row {
|
||||
|
||||
Reference in New Issue
Block a user