MediaWiki:Mobile.css:修订间差异

无编辑摘要
无编辑摘要
标签手工回退 移动版编辑 移动版网页编辑
无编辑摘要
标签移动版编辑 移动版网页编辑
 
第68行: 第68行:
@media screen and (max-width: 720px) {
@media screen and (max-width: 720px) {
     #siteNoticeScroll {
     #siteNoticeScroll {
         height: auto;
         height: auto !important;
         min-height: 25px;
         min-height: 25px !important;
     }
     }
      
      
     #siteNoticeScroll ul {
     #siteNoticeScroll ul {
         height: auto;
         height: auto !important;
         min-height: 25px;
         min-height: 25px !important;
     }
     }
      
      
     #siteNoticeScroll li {
     #siteNoticeScroll li {
         height: auto;
         height: auto !important;
         min-height: 25px;
         min-height: 25px !important;
         line-height: 1.5;
         line-height: 1.5 !important;
         padding: 2px 10px;
         padding: 0 !important;
        white-space: nowrap !important;
        overflow: visible !important;
        text-overflow: clip !important;
     }
     }
}
}