MediaWiki:Mobile.css:修订间差异

星野昴留言 | 贡献
无编辑摘要
星野昴留言 | 贡献
无编辑摘要
第53行: 第53行:




@media screen and (max-width: 900px) {
/* 不顯示電腦端的内容? */
    .fongjing {
.fongjing {
        display: none;
    display: none;
    }
}
      
      
    .topic {
.topic {
        display: none;
    display: none;
    }
}




    .index-phone {
.index-phone {
        display: flex;
    display: flex;
    }
 
}
}