MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Aus Healthypedia
Zur Navigation springen Zur Suche springen
K
Markierungen: Mobile Web-Bearbeitung Mobile Bearbeitung
Zeile 16: Zeile 16:
 
         min-width : unset !important;
 
         min-width : unset !important;
 
     }
 
     }
 +
}
 +
 +
.no-bg-gallery li.gallerybox div.thumb{
 +
background : white !important;
 
}
 
}

Version vom 28. Juni 2021, 10:06 Uhr

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

    form.header .branding-box span{
        display: block;
        text-align: center;
        width: 100%;
    }

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

.no-bg-gallery li.gallerybox div.thumb{
background : white !important;
}