更改

添加528字节 、 2023年10月21日 (六) 12:23
无编辑摘要
第162行: 第162行:  
     margin: 1em 0;
 
     margin: 1em 0;
 
     text-align: justify;
 
     text-align: justify;
 +
}
 +
 +
.content table {
 +
    overflow: auto;
 +
    overflow-y: auto;
 +
    overflow-x: auto;
 
}
 
}
   第192行: 第198行:  
.header .search-box {
 
.header .search-box {
 
     padding-left: 1.5em;
 
     padding-left: 1.5em;
 +
}
 +
 +
.minerva-user-navigation {
 +
    min-width: 0;
 
}
 
}
   第248行: 第258行:  
     margin-left:0;
 
     margin-left:0;
 
     margin-right:1em;
 
     margin-right:1em;
 +
}
 +
 +
@media (max-width: 720px) {
 +
    body .content .character-table {
 +
        width: 1200px !important;
 +
        display: table !important;
 +
        box-sizing: content-box !important;
 +
    }
 +
 +
    body .content table.wikitable {
 +
        border: 1px solid !important;  /* 或者你想要的任何其他边框样式 */
 +
    }
 +
 +
    body .content caption {
 +
        display: table-caption !important;
 +
    }
 
}
 
}