MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Aus Healthypedia
Zur Navigation springen Zur Suche springen
Markierungen: Mobile Web-Bearbeitung Mobile Bearbeitung
Markierungen: Mobile Web-Bearbeitung Mobile Bearbeitung
Zeile 1: Zeile 1:
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
 
.hp-max-h-400p ul {
 
.hp-max-h-400p ul {
  max-height: 400px;
+
    max-height: 400px;
  overflow-y: scroll;  
+
    overflow-y: scroll;  
 
}
 
}
  
 
.hp-max-h-400p ul {
 
.hp-max-h-400p ul {
 
     padding-left : 18px !important;
 
     padding-left : 18px !important;
 +
}
 +
 +
 +
@media screen and ( max-width : 720px ){
 +
    form.header  .branding-box{
 +
        width : 100% !important;   
 +
    }
 +
 +
    form.header .minerva-user-navigation
 +
    {
 +
        width : 30px !important;
 +
        min-width : unset !important;
 +
    }
 
}
 
}

Version vom 4. Juni 2021, 03:06 Uhr

/* CSS placed here will affect users of the mobile site */
.hp-max-h-400p ul {
    max-height: 400px;
    overflow-y: scroll; 
}

.hp-max-h-400p ul {
    padding-left : 18px !important;
}


@media screen and ( max-width : 720px ){
    form.header  .branding-box{
        width : 100% !important;    
    }

    form.header .minerva-user-navigation
    { 
        width : 30px !important;
        min-width : unset !important;
    }
}