MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus DIQA-Homepage
Wechseln zu:Navigation, Suche
Zeile 8: Zeile 8:
 
     margin-right: 15px;
 
     margin-right: 15px;
 
     top: 28px;
 
     top: 28px;
 +
}
 +
 +
@media (min-width: 1020px) {
 +
#lang-small {
 +
  display: none;
 +
}
 
}
 
}

Version vom 16. April 2021, 13:39 Uhr

body {
   overflow-anchor: none; // repariert das Geister-Scrollen in Chrome
}

#lang-small {
    position: relative;
    float: right;
    margin-right: 15px;
    top: 28px;
}

@media (min-width: 1020px) {
 #lang-small {
   display: none;
 }
}